:root{

    --primary:#1f2b44;
    --accent:#f4a024;

    --bg:#f6f5f2;

    --white:#fff;

    --text:#5f6775;

    --radius:24px;

    --shadow:
        0 10px 30px rgba(0,0,0,.08);

    --transition:.3s ease;

}