:root{

    --primary:#1F365C;

    --secondary:#C89D4D;

    --dark:#0F172A;

    --white:#ffffff;

    --light:#F8FAFC;

    --gray:#94A3B8;

    --text:#475569;

    --border:#E2E8F0;

    --shadow:0 15px 40px rgba(0,0,0,.08);

    --radius:12px;

    --transition:.35s ease;

    --container:1320px;

    --header-height:90px;

}