/*
Theme Name: FitTeen Australia
Description: A WordPress theme for improving teenage health and wellbeing in Australia. Features health statistics, nutrition explorer, and wellness tools.
Version: 1.0.0
Author: FitTeen Development Team

NOTE: This file now serves as a fallback for the home page and other non-specific pages.
Main styles have been split into modular files in the /css/ directory:
- base.css: Global styles, variables, typography
- nutrition.css: Nutrition page specific styles
- tracker.css: Health tracker page specific styles  
- dashboard.css: Dashboard page specific styles
*/

/* Home Page Specific Styles */
.quick-actions h4 {
    color: var(--text-dark);
    margin-bottom: 1rem;
}

/* Fallback styles for pages without specific CSS */
.default-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Legacy support - minimal styles */
.site {
    display: block;
}

.site-content {
    display: block;
}

#main {
    display: block;
}