@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  src: url('../assets/fonts/museoSans/MuseoSans-300.woff2') format('woff2'),
    url('../assets/fonts/museoSans/MuseoSans-300.otf') format('opentype');
}
@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  src: url('../assets/fonts/museoSans/MuseoSans-500.woff2') format('woff2'),
    url('../assets/fonts/museoSans/MuseoSans-500.otf') format('opentype');
}
@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  src: url('../assets/fonts/museoSans/MuseoSans-700.woff2') format('woff2'),
    url('../assets/fonts/museoSans/MuseoSans-700.otf') format('opentype');
}
@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  src: url('../assets/fonts/museoSans/MuseoSans-900.woff2') format('woff2'),
    url('../assets/fonts/museoSans/MuseoSans-900.otf') format('opentype');
}
/* Targets Safari */
@media not all and (min-resolution:.001dpcm) {
  @media {
    label {
      letter-spacing: -0.5px;
    }
  }
}
