:root {
    /* Colors */
    --c-black: #000000;
    --c-dark: #111111;
    --c-gray-dark: #1A1A1A;
    --c-gray: #333333;
    --c-gray-light: #AAAAAA;
    --c-white: #FFFFFF;
    
    --c-gold: #D4AF37;
    --c-gold-dark: #B8860B;
    --c-gold-light: #F4D03F;
    --c-gold-glow: rgba(212, 175, 55, 0.4);
    
    --c-red: #8A0303;
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-subheading: 'Montserrat', sans-serif;
    --font-body: 'Poppins', sans-serif;
    
    /* Transitions */
    --t-fast: 0.2s ease;
    --t-normal: 0.4s ease;
    --t-slow: 0.8s ease;
    
    /* Layout */
    --container-width: 1200px;
}
