/* Dataiku Design System — fonts/fonts.css
   Local @font-face declarations for the licensed brand fonts.
   Loaded by colors_and_type.css via @import.
*/

@font-face {
  font-family: "Signifier";
  src: url("./Signifier-Light.otf") format("opentype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("./Signifier-LightItalic.otf") format("opentype");
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("./Signifier-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("./Signifier-RegularItalic.otf") format("opentype");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("./Signifier-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("./Signifier-Black.otf") format("opentype");
  font-weight: 900; font-style: normal; font-display: swap;
}

/* Söhne Mono — local. Leicht (~Regular/400). */
@font-face {
  font-family: "Söhne Mono";
  src: url("./So_hneMono-Leicht.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}

/* Untitled Sans is still substituted via Inter in colors_and_type.css. */
