@font-face {
    font-family: 'OpenSans';
    font-weight: 300;
    src: url('../../fonts/OpenSans-Light.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 300;
    font-style: italic;
    src: url('../../fonts/OpenSans-LightItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    src: url('../../fonts/OpenSans-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    font-style: italic;
    src: url('../../fonts/OpenSans-Italic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 500;
    src: url('../../fonts/OpenSans-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 500;
    font-style: italic;
    src: url('../../fonts/OpenSans-MediumItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 600;
    src: url('../../fonts/OpenSans-SemiBold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 600;
    font-style: italic;
    src: url('../../fonts/OpenSans-SemiBoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    src: url('../../fonts/OpenSans-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    font-style: italic;
    src: url('../../fonts/OpenSans-BoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 800;
    src: url('../../fonts/OpenSans-ExtraBold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 800;
    font-style: italic;
    src: url('../../fonts/OpenSans-ExtraBoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Marcellus';
    font-weight: 400;
    src: url('../../fonts/Marcellus-Regular.ttf');
    font-display: swap;
}