/* ========================================
** FONTS
** ========================================*/
/* GOTHAM LIGHT */
@font-face {
  font-family: 'GothamLight';
  src: url('/res/fonts/GothamLight/Gotham-Light.woff2') format('woff2'), url('/res/fonts/GothamLight/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  /* BLACK MANGO */ }

@font-face {
  font-family: 'BlackMango';
  src: url('/res/fonts/BlackMango/BlackMangoVariable.ttf') format("truetype-variations");
  font-weight: 200 900;
  font-display: swap;
  /* BEBAS NEUE */
  /* @font-face {
    font-family: 'Bebas Neue';
    src: url('/res/fonts/BebasNeue/BebasNeue-Regular.woff2') format('woff2'),
        url('/res/fonts/BebasNeue/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
  /* OPEN SANS */ }

@font-face {
  font-family: 'OpenSans';
  src: url('/res/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf') format("truetype-variations");
  font-weight: 300 800;
  font-display: swap;
  /* @font-face {
    font-family: 'Gopher';
    src: url('/res/fonts/Gopher/GopherDisplay-Regular.woff2') format('woff2'),
        url('/res/fonts/Gopher/GopherDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gopher';
    src: url('/res/fonts/Gopher/GopherDisplay-Medium.woff2') format('woff2'),
        url('/res/fonts/Gopher/GopherDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gopher';
    src: url('/res/fonts/Gopher/GopherDisplay-Bold.woff2') format('woff2'),
        url('/res/fonts/Gopher/GopherDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */ }
