:root{
    --primary:#0B2A5B;
    --secondary:#1F4D2B;
    --accent:#E67E22;

    --white:#ffffff;
    --light:#f7f7f7;
    --dark:#111827;
    --text:#666666;
    --border:#e5e7eb;

    --container:1320px;

    --radius:20px;
    --radius-sm:10px;

    --transition:.4s ease;

    --shadow:
        0 15px 40px rgba(0,0,0,.12);
}