/* ===========================================================================
   Cocoon — Webfonts
   Signika is the single brand typeface (display + UI + body).
   JetBrains Mono is the code/metadata face, loaded from Google Fonts.
   =========================================================================== */

/* JetBrains Mono — code & metadata. (@import must precede all other rules.) */
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap");

@font-face {
  font-family: "Signika";
  src: url("../assets/fonts/Signika-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("../assets/fonts/Signika-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("../assets/fonts/Signika-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("../assets/fonts/Signika-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("../assets/fonts/Signika-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
