:root{

    /* Colors */

    --primary:#111111;
    --secondary:#ffffff;
    --text:#1f1f1f;
    --gray:#777777;
    --light:#f8f8f8;
    --border:#e7e7e7;
    --gold:#B88E2F;

    /* Font */

    --font:'Manrope',sans-serif;

    /* Container */

    --container:1320px;

    /* Transition */

    --transition:.35s ease;

    /* Radius */

    --radius:10px;

}