@font-face {
font-family: 'light';
src: url("Montserrat-Light.otf") format("opentype");
}

@font-face {
font-family: 'normal';
src: url("Montserrat-Regular.otf") format("opentype");
}

@font-face {
font-family: 'bold';
src: url("Montserrat-Bold.otf") format("opentype");
}

@font-face {
font-family: 'back';
src: url("Montserrat-Bold.otf") format("opentype");
}


/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Regular.woff2') format('woff2'),
    url('fonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Italic.woff2') format('woff2'),
    url('fonts/PTSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Bold.woff2') format('woff2'),
    url('fonts/PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-BoldItalic.woff2') format('woff2'),
    url('fonts/PTSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}