:root {
    /* Brand Colors */
    --color-primary: #27312E;
    --color-accent: #D4EE71;
    --color-bg: #EEEDDE;
    --color-white: #ffffff;
    --color-text-main: #27312E;
    --color-text-light: #666;
    --color-border: #ddd;

    /* Spacing & Layout */
    --spacing-unit: 1.5rem;
    --container-width: 1600px;
    --header-height: 80px;

    /* Typography */
    --font-heading: 'Baloo 2', cursive;
    --font-body: 'Montserrat', sans-serif;

    /* Components */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 16px;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.12);

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.3s ease;
}