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


@font-face {
    font-family: 'font';
    src: url('/css/fonts/stm35-webfont.woff2') format('woff2'),
         url('/css/fonts/stm35-webfont.woff') format('woff');
         font-weight: normal;
         font-display: swap;
         font-style: normal;
  }
  
  @font-face {
    font-family: 'font';
    src: url('/css/fonts/stm75-webfont.woff2') format('woff2'),
         url('/css/fonts/stm75-webfont.woff') format('woff');
         font-weight: bold;
         font-display: swap;
         font-style: normal;
  }
  
  @font-face {
    font-family: 'font';
    src: url('/css/fonts/stm25-webfont.woff2') format('woff2'),
         url('/css/fonts/stm25-webfont.woff') format('woff');
         font-weight: 200;
         font-display: swap;
         font-style: normal;
  }
  
  @font-face {
    font-family: 'title-font';
    src: url('/css/fonts/stm45-webfont.woff2') format('woff2'),
         url('/css/fonts/stm45-webfont.woff') format('woff');
         font-weight: normal;
         font-display: swap;
         font-style: normal;
  }