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

:root {
    --go-thin: 'go-thin';
    --go-regular: 'go-regular';
    --go-medium: 'go-medium';
    --go-semibold: 'go-semibold';
    --go-bold: 'go-bold';
    --go-extrabold: 'go-extrabold';
    --ss-semibold: 'ss-semibold';
}

@font-face {
    font-family: 'go-thin';
    src: url('../resources/fonts/GalanoGrotesqueThin.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'go-regular';
    src: url('../resources/fonts/GalanoGrotesqueRegular.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'go-medium';
    src: url('../resources/fonts/GalanoGrotesqueMedium.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 500;

}

@font-face {
    font-family: 'go-semibold';
    src: url('../resources/fonts/GalanoGrotesqueSemiBold.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 600;

}

@font-face {
    font-family: 'go-bold';
    src: url('../resources/fonts/GalanoGrotesqueBold.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 700;

}


@font-face {
    font-family: 'go-extrabold';
    src: url('../resources/fonts/GalanoGrotesqueExtraBold.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 800;

}




/* ss  */
@font-face {
    font-family: 'ss-semibold';
    src: url('../assets/fontV2/SourceSerifPro-SemiBold.eot');
    src: url('../assets/fontV2/SourceSerifPro-SemiBold.eot#iefix') format('embedded-opentype'), url('../assets/fontV2/SourceSerifPro-SemiBold.woff') format('woff2'), url('../assets/fontV2/SourceSerifPro-SemiBold.woff') format('woff'), url('../assets/fontV2/SourceSerifPro-SemiBold.ttf') format('truetype'), url('../assets/fontV2/SourceSerifPro-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}