:root{

    --primary:#0A1633;
    --secondary:#6C3BFF;

    --secondary-hover:#8B5CFF;

    --background:#F7F8FC;

    --white:#ffffff;

    --text:#1D2433;

    --gray:#6B7280;

    --radius:16px;

    --shadow:0 15px 40px rgba(15,23,42,.08);

    --transition:.35s ease;

    --container:1280px;

}