/**
 * Theme Variables - Luxury By Meem
 * Version: 1.1 (Optimized for Global Use)
 */

:root {
    /* ===== Colors ===== */
    --wp--preset--color--primary: #cebb9a;    /* Luxury Gold */
    --wp--preset--color--base: #FFFFFF;       /* White */
    --wp--preset--color--contrast: #1a1a1a;   /* Dark Charcoal */
    --wp--preset--color--secondary: #f9f7f2;  /* Off White */
    
    /*   shadow border contrast */
    --theme--shadow-color: rgba(0, 0, 0, 0.08);
    --theme--border-light: rgba(26, 26, 26, 0.05);
    --theme--contrast-75: rgba(26, 26, 26, 0.75);
    --theme--border-gray: rgba(255,255,255,0.4);

    /* ===== Fonts ===== */
    --wp--preset--font-family--heading: 'Aref Ruqaa', 'Playfair Display', serif;
    --wp--preset--font-family--body: 'Playfair Display', sans-serif;
    
    /* ===== Font Sizes ===== */
    --wp--preset--font-size--small: 0.8rem;
    --wp--preset--font-size--medium: 1rem;
    --wp--preset--font-size--large: 1.5rem;
    --wp--preset--font-size--x-large: 2.25rem;
    
    /* ===== Layout & Spacing ===== */
    --wp--style--global--content-size: 900px;
    --wp--style--global--wide-size: 1200px;
    --theme--mega-menu-width: 100vw;
    --theme--transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* === Font Faces === */
@font-face {
    font-family: 'Aref Ruqaa';
    src: url('../fonts/ArefRuqaa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aref Ruqaa';
    src: url('../fonts/ArefRuqaa-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}