:root {
    --montThin: 'montThin';
    --montRegular: 'montRegular';
    --montSemiBold: 'montSemiBold';
    --montBold: 'montBold';
    --montHeavy: 'montHeavy';

    --springThin: 'springThin';
    --springRegular: 'springRegular';
    --springSemiBold: 'springSemiBold';
    --springBold: 'springBold';
    --springHeavy: 'springHeavy';
}

/* poopins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* font-family: "Inter", sans-serif; */

/* mont font */

@font-face {
    font-family: 'montThin';
    src: url('../fonts/mont/Mont-Thin.woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'montRegular';
    src: url('../fonts/mont/Mont-Regular.woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'montSemiBold';
    src: url('../fonts/mont/Mont-SemiBold.woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'montBold';
    src: url('../fonts/mont/Mont-Bold.woff');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'montHeavy';
    src: url('../fonts/mont/Mont-Heavy.woff');
    font-style: normal;
    font-weight: 900;
}

/* spring font */

@font-face {
    font-family: 'springThin';
    src: url('../fonts/spring/Fontspring-DEMO-rocgrotesk-thin.woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'springRegular';
    src: url('../fonts/spring/Fontspring-DEMO-rocgrotesk-regular.woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'springSemiBold';
    src: url('../fonts/spring/Fontspring-DEMO-rocgrotesk-medium.woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'springBold';
    src: url('../fonts/spring/Fontspring-DEMO-rocgrotesk-bold.woff');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'springHeavy';
    src: url('../fonts/spring/Fontspring-DEMO-rocgrotesk-extrabold.woff');
    font-style: normal;
    font-weight: 900;
}