:root {
    /* Color Palette */
    --clr-primary: #1A2E24; /* Deep Forest Green */
    --clr-secondary: #2C4A3A; /* Lighter Green */
    --clr-accent: #D4AF37; /* Elegant Gold */
    --clr-accent-hover: #b5952f;
    --clr-dark: #121212;
    --clr-light: #F9F6F0; /* Off-white / Ivory */
    --clr-white: #FFFFFF;
    --clr-text: #333333;
    --clr-text-light: #777777;

    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Lato', sans-serif;

    /* Spacing & Layout */
    --container-width: 1200px;
    --transition: all 0.3s ease;
}