/* Cyber Bust — webfont declarations.
   Display + Sans are the real delivered variable fonts (local).
   Mono is JetBrains Mono via Google Fonts (SUBSTITUTE — see readme). */

@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap");

@font-face {
  font-family: "Clash Grotesk";
  src: url("../assets/fonts/ClashGrotesk-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Familjen Grotesk";
  src: url("../assets/fonts/FamiljenGrotesk-Variable.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
