/* Ovvyra Ethnic - Global Theme Variables */

:root {
    /* Colors */
    --primary-color: #C2A875;
    /* Gold / Accent */
    --primary-dark: #A68D5B;
    --bg-cream: #F9F7F2;
    /* Main Background */
    --bg-dark: #0B0B0B;
    /* Dark Background (Sections/Footer) */
    --bg-footer: #0A0A0A;

    --text-dark: #1A1A1A;
    /* Main Text */
    --text-muted: #706F6C;
    /* Muted / Secondary Text */
    --text-light: #FFFFFF;
    /* Contrast Text */

    --border-color: rgba(25, 20, 0, 0.1);

    /* Typography */
    --font-sans: 'Outfit', sans-serif;
    --font-serif: 'Playfair Display', serif;

    /* Layout */
    --header-height: 90px;
    --container-max-width: 1400px;

    /* Transitions */
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}