/*
Theme Name: WEC Japan Theme
Theme URI: https://www.wecinternational.org
Author: Manus AI
Author URI: https://www.google.com
Description: A custom WordPress theme for WEC Japan, built with React components for a modern and responsive design.
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: wec-japan-theme
Tags: custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, flexible-header, accessibility-ready, block-patterns, block-styles, wide-blocks, translation-ready
*/

/* Basic styling for demonstration purposes */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}

#root {
    min-height: 100vh;
}

/* WordPress specific styles */
.wp-admin-bar {
    display: none !important;
}

html {
    margin-top: 0 !important;
}

/* Hide default WordPress elements when React app is active */
.site-header, .site-footer {
    display: none;
}

