/* Self-hosted type — Shantell Sans (hand-drawn display) + Space Mono (accents) */

@font-face {
  font-family: 'Shantell Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/shantell-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Shantell Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/shantell-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Shantell Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/shantell-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Shantell Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/shantell-600italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/spacemono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/spacemono-700.woff2') format('woff2');
}
