@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_100.woff') format('woff'),
      url('./resources/MuseoSans-100.woff2') format('woff2'),
      url('./resources/MuseoSans_100.ttf') format('truetype'),
      url('./resources/MuseoSans_100.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_100_Italic.woff') format('woff'),
        url('./resources/MuseoSans_100_Italic.ttf') format('truetype'),
        url('./resources/MuseoSans_100_Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_300.woff') format('woff'),
      url('./resources/MuseoSans-300.woff2') format('woff2'),
      url('./resources/MuseoSans_300.ttf') format('truetype'),
      url('./resources/MuseoSans_300.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_300_Italic.woff') format('woff'),
      url('./resources/MuseoSans_300_Italic.ttf') format('truetype'),
      url('./resources/MuseoSans_300_Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_500.woff') format('woff'),
      url('./resources/MuseoSans-500.woff2') format('woff2'),
      url('./resources/MuseoSans_500.ttf') format('truetype'),
      url('./resources/MuseoSans_500.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_500_Italic.woff') format('woff'),
      url('./resources/MuseoSans_500_Italic.ttf') format('truetype'),
      url('./resources/MuseoSans_500_Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_700.woff') format('woff'),
      url('./resources/MuseoSans-700.woff2') format('woff2'),
      url('./resources/MuseoSans_700.ttf') format('truetype'),
      url('./resources/MuseoSans_700.otf') format('opentype');;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('./resources/MuseoSans_700_Italic.woff') format('woff'),
      url('./resources/MuseoSans_700_Italic.ttf') format('truetype'),
      url('./resources/MuseoSans_700_Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('./resources/MuseoSans_900.woff') format('woff'),
    url('./resources/MuseoSans_900.ttf') format('truetype'),
    url('./resources/MuseoSans_900.otf') format('opentype');;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('./resources/MuseoSans_900_Italic.woff') format('woff'),
    url('./resources/MuseoSans_900_Italic.ttf') format('truetype'),
    url('./resources/MuseoSans_900_Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
