/* ==========================================================================
   Шрифты
   ========================================================================== */

@font-face {
   font-family: 'Bebas Neue';
   src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
      url('../fonts/BebasNeueBold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
   }
   
@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
         url('../fonts/ProximaNova-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
}
   
@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
         url('../fonts/ProximaNova-Black.woff') format('woff');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
}
   
@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
         url('../fonts/ProximaNova-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
}

@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-BoldIt.woff2') format('woff2'),
         url('../fonts/ProximaNova-BoldIt.woff') format('woff');
      font-weight: bold;
      font-style: italic;
      font-display: swap;
}

@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
         url('../fonts/ProximaNova-Black.woff') format('woff');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
}

@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-ExtraBold.woff2') format('woff2'),
         url('../fonts/ProximaNova-ExtraBold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
}

@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-BlackIt.woff2') format('woff2'),
         url('../fonts/ProximaNova-BlackIt.woff') format('woff');
      font-weight: 900;
      font-style: italic;
      font-display: swap;
}

@font-face {
      font-family: 'Proxima Nova';
      src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
         url('../fonts/ProximaNova-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
}