/*
 * Official D-DIN (SpaceX type library)
 * Source: D-DIN.otf (Regular) + D-DIN-Bold.otf
 * CSS family name: "D-DIN"
 */

/* Regular — default body (weights 100–500) */
@font-face {
  font-family: "D-DIN";
  src:
    url("./D-DIN-Regular.woff2") format("woff2"),
    url("./D-DIN-Regular.woff") format("woff"),
    url("./D-DIN.otf") format("opentype");
  font-weight: 100 500;
  font-style: normal;
  font-display: swap;
}

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

/* Bold — titles / emphasis (weights 600–900) */
@font-face {
  font-family: "D-DIN";
  src:
    url("./D-DIN-Bold.woff2") format("woff2"),
    url("./D-DIN-Bold.woff") format("woff"),
    url("./D-DIN-Bold.otf") format("opentype");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

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