/*========== Varibles Start ==========*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --font-01: "Jost", sans-serif;
    --font-02: "Cormorant Garamond", serif;

    --weight-100: 100;
    --weight-200: 200;
    --weight-300: 300;
    --weight-400: 400;
    --weight-500: 500;
    --weight-600: 600;
    --weight-700: 700;
    --weight-800: 800;
    --weight-900: 900;

    --capital: capitalize;
    --lower: lowercase;
    --upper: uppercase;

    --unset: unset;
    --none: none;
}

/*========== Varibles End ==========*/