/* MagneDS webfonts — Nohemi is the single brand typeface.
   Provided weights: Light (300), Medium (500), SemiBold (600), Bold (700), Black (900).
   Hierarchy comes purely from weight. */

@font-face {
  font-family: "Nohemi";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Nohemi-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Nohemi";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Nohemi-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Nohemi";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Nohemi-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Nohemi";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Nohemi-Bold.woff") format("woff");
}

@font-face {
  font-family: "Nohemi";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Nohemi-Black.woff") format("woff");
}

/* Playball — the brand's SECOND font: an elegant script for accents.
   Use sparingly, in gold or white, for a single accent word or signature
   flourish — never for body text or long headings. Nohemi stays primary. */
@font-face {
  font-family: "Playball";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Playball-Regular.ttf") format("truetype");
}
