/* ============================================================
   FONT FACES — Thmanyah typeface (woff2 files)
   Paths: public/fonts/thmanyah/thmanyah typeface/...
   ============================================================ */

/* ThmanyahSans — Arabic UI font */
@font-face {
    font-family: 'ThmanyahSans';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahsans/woff2/thmanyahsans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahsans/woff2/thmanyahsans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahsans/woff2/thmanyahsans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahsans/woff2/thmanyahsans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahsans/woff2/thmanyahsans-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ThmanyahSerifDisplay — hero headlines */
@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('/fonts/thmanyah/thmanyah%20typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */

:root {
    /* ── Colors: Primary ── */
    --color-primary:       #0D5C4B;
    --color-primary-light: #E6F5F0;
    --color-primary-dark:  #094539;
    --color-primary-rgb:   13, 92, 75;

    /* ── Colors: Accent (WhatsApp green — used sparingly) ── */
    --color-accent:       #25D366;
    --color-accent-light: #E8FBF0;
    --color-accent-dark:  #1DA851;

    /* ── Colors: Surfaces ── */
    --color-bg:               #FAFBFC;
    --color-surface:          #FFFFFF;
    --color-surface-alt:      #F4F7F5;

    /* ── Colors: Text ── */
    --color-text:           #1A1A2E;
    --color-text-secondary: #64748B;
    --color-text-muted:     #94A3B8;
    --color-text-inverse:   #FFFFFF;

    /* ── Colors: Borders ── */
    --color-border:       #E2E8F0;
    --color-border-light: #F1F5F9;

    /* ── Gradients ── */
    --gradient-hero:   linear-gradient(135deg, #0D5C4B 0%, #147A64 50%, #1A9E7A 100%);
    --gradient-subtle: linear-gradient(180deg, #FAFBFC 0%, #FFFFFF 100%);
    --gradient-card:   linear-gradient(135deg, rgba(13,92,75,0.03) 0%, rgba(37,211,102,0.03) 100%);

    /* ── Layout ── */
    --container-max-width: 1200px;
    --header-height:       72px;

    /* ── Shadows ── */
    --shadow-sm:  0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-md:  0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg:  0 12px 40px rgba(0, 0, 0, 0.10);
    --shadow-xl:  0 20px 60px rgba(0, 0, 0, 0.12);
    --shadow-card: 0 4px 24px rgba(13, 92, 75, 0.07);

    /* ── Border Radius ── */
    --radius-sm:   8px;
    --radius-md:   12px;
    --radius-lg:   16px;
    --radius-xl:   24px;
    --radius-full: 9999px;

    /* ── Transitions ── */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.6s ease;

    /* ── Typography ── */
    --font-arabic:         'ThmanyahSans', 'Tajawal', 'Noto Sans Arabic', sans-serif;
    --font-arabic-display: 'ThmanyahSerifDisplay', 'ThmanyahSans', 'Tajawal', sans-serif;
    --font-english:        'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}
