/*====================================
Theme Variables
====================================*/

:root{
    --primary:#0d6efd;
    --secondary:#0b2447;
    --text:#222222;
    --light:#f8f9fa;
    --white:#ffffff;
    --border:#e5e7eb;
    --radius:10px;
    --shadow:0 10px 30px rgba(0,0,0,.08);

    --container:1320px;

    --font:'Inter',sans-serif;

    --transition:.3s ease;
}



