/* Webfonts.
   Haffer SQ XH SemiBold is self-hosted (uploaded by the user).
   Inter + IBM Plex Mono load from Google Fonts. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

@font-face {
  font-family: "Haffer SQ XH";
  src: url('../fonts/HafferSQXH-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
