/* Season Mix */
@font-face {
  font-family: 'Season Mix';
  src: url('../public/fonts/SeasonMix/Light.eot');
  src:
    url('../public/fonts/SeasonMix/Light.eot?#iefix')
      format('embedded-opentype'),
    url('../public/fonts/SeasonMix/Light.woff2') format('woff2'),
    url('../public/fonts/SeasonMix/Light.woff') format('woff'),
    url('../public/fonts/SeasonMix/Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Manrope */
@font-face {
  font-family: 'Manrope';
  src: url('../public/fonts/Manrope/Bold.eot');
  src:
    url('../public/fonts/Manrope/Bold.eot?#iefix') format('embedded-opentype'),
    url('../public/fonts/Manrope/Bold.woff2') format('woff2'),
    url('../public/fonts/Manrope/Bold.woff') format('woff'),
    url('../public/fonts/Manrope/Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../public/fonts/Manrope/ExtraBold.eot');
  src:
    url('../public/fonts/Manrope/ExtraBold.eot?#iefix')
      format('embedded-opentype'),
    url('../public/fonts/Manrope/ExtraBold.woff2') format('woff2'),
    url('../public/fonts/Manrope/ExtraBold.woff') format('woff'),
    url('../public/fonts/Manrope/ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
