/**
 * Samtrygg brand font — Nuckle (self-hosted)
 * Licensed font from Pangram Pangram Foundry. Files mirrored from
 * Samtrygg.Web/wwwroot/Content/v3/css/fonts/.
 *
 * Three weights are available:
 *   300 = Nuckle Light
 *   400 = Nuckle Regular
 *   700 = Nuckle Bold
 *
 * Hero/display copy uses font-weight: 800 — browsers synthesize
 * extra-bold from the 700 face.
 *
 * URL paths are relative to this file (assets/_nuckle.css), so they
 * resolve correctly regardless of which page links it.
 */

@font-face {
  font-family: "Nuckle";
  src: url("fonts/Nuckle-Light.woff2") format("woff2"),
       url("fonts/Nuckle-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nuckle";
  src: url("fonts/Nuckle-Regular.woff2") format("woff2"),
       url("fonts/Nuckle-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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