/*@font-face {
  font-family: 'Butler';
  src: url('../fonts/butler_ultra_light.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: 'swap';
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/butler_light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: 'swap';
}*/
@font-face {
  font-family: 'Monoglyphic Light';
  src: url('../fonts/Monoglyphic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Monoglyphic Regular - replaces Nunito 600 */
@font-face {
  font-family: 'Monoglyphic Regular';
  src: url('../fonts/Monoglyphic-Regular.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Monoglyphic Semi Bold - replaces Nunito 700 */
@font-face {
  font-family: 'Monoglyphic Semi Bold';
  src: url('../fonts/Monoglyphic-SemiBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}