/*-------------------------------------------------------------------------
                                FONTS IMPORT
--------------------------------------------------------------------------*/



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

  @font-face {
    font-family: 'font';
    src: url('/css/fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
         url('/css/fonts/PPNeueMontreal-Bold.woff') format('woff');
         font-weight: bold;
         font-display: swap;
         font-style: bold;
  }
  
  @font-face {
    font-family: 'title-font';
    src: url('/css/fonts/PPFormula-CondensedBlack.woff2') format('woff2'),
         url('/css/fonts/PPFormula-CondensedBlack.woff') format('woff');
         font-weight: normal;
         font-display: swap;
         font-style: normal;
  }