:root{

    --primary:#055af7;
    --primary-dark:#022b75;

    --background:#ffffff;
    --surface:#f8fafc;

    --text:#1e293b;
    --text-light:#64748b;

    --border:#e2e8f0;

    --radius:12px;
    --shadow:0 10px 30px rgba(0,0,0,.08);

    --container:1200px;

}