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


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