/* Cadran webfonts — provided OTF files. All @font-face for the system live here. */

/* Gestura Text — serif display (headlines, numerals, editorial). */
@font-face {
  font-family: "Gestura Text";
  src: url("../assets/fonts/GesturaText-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gestura Text";
  src: url("../assets/fonts/GesturaText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gestura Text";
  src: url("../assets/fonts/GesturaText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Die Grotesk A — neutral grotesque (UI, body, labels). */
@font-face {
  font-family: "Die Grotesk A";
  src: url("../assets/fonts/DieGrotesk-A-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Die Grotesk A";
  src: url("../assets/fonts/DieGrotesk-A-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Die Grotesk B — technical / detail grotesque (footnotes, captions, metadata). */
@font-face {
  font-family: "Die Grotesk B";
  src: url("../assets/fonts/DieGrotesk-B-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Die Grotesk B";
  src: url("../assets/fonts/DieGrotesk-B-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
