/* ------------------------------------------------------------------
  FONTS
-------------------------------------------------------------------- */
@font-face {
    font-family: 'OliveGrotesk';
    src: url('../fonts/OliveGroteskMedium.woff2') format('woff2'),
        url('../fonts/OliveGroteskMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'OliveGrotesk';
    src: url('../fonts/OliveGroteskRegular.woff2') format('woff2'),
        url('../fonts/OliveGroteskRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OliveGrotesk';
    src: url('../fonts/OliveGroteskLight.woff2') format('woff2'),
        url('../fonts/OliveGroteskLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}