/*
Theme Name: Hello Word
Theme URI: 
Author: Med Network
Author URI: 
Description: A custom, lightweight WordPress theme built to mirror the Next.js version of Hello Word. Zero bloat, fully optimized.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-word
*/

/* Add your custom CSS below this line */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
