@font-face {
  font-family: 'museo-sans';
  src: url('/assets/fonts/museoSans/MuseoSans_300-webfont.woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'museo-sans';
  src: url('/assets/fonts/museoSans/MuseoSans_500-webfont.woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'museo-sans';
  src: url('/assets/fonts/museoSans/MuseoSans_700-webfont.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'museo-sans';
  src: url('/assets/fonts/museoSans/MuseoSans_900-webfont.woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'league-spartan';
  src: url('/assets/fonts/leagueSpartan/leaguespartan-bold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
