:root{
    --primary:#1E3A8A;
    --primary-dark:#163173;
    --accent:#F59E0B;
    --accent-dark:#D97706;

    --bg:#FFFFFF;
    --bg-soft:#F8FAFC;
    --bg-alt:#F1F5F9;
    --text:#0F172A;
    --muted:#475569;
    --border:#E2E8F0;

    --heading-font:'Playfair Display', serif;
    --body-font:'Inter', sans-serif;

    --radius-sm:12px;
    --radius-md:20px;
    --radius-lg:28px;
    --radius-pill:999px;

    --shadow-sm:0 6px 18px rgba(15,23,42,.06);
    --shadow-md:0 12px 30px rgba(15,23,42,.08);
    --shadow-lg:0 22px 55px rgba(15,23,42,.12);

    --hero-overlay:rgba(15,23,42,.55);
}