:root{

    --primary:#0B4F6C;
    --secondary:#1B88C9;
    --accent:#49C5B6;
    --green:#78C043;
    --gold:#D9A441;

    --white:#ffffff;
    --light:#F7FAFC;
    --dark:#1E293B;

    --radius:20px;

    --transition:.4s ease;

}