/* GENT — Webfonts
   Display: Arbeit Pro (brand wordmark + headings) — trial files supplied by the brand.
   Body: DM Sans / Mono label: DM Mono — loaded from Google Fonts in styles.css. */

@font-face {
  font-family: "Arbeit Pro";
  src: url("../assets/fonts/ArbeitPro-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arbeit Pro";
  src: url("../assets/fonts/ArbeitPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arbeit Pro";
  src: url("../assets/fonts/ArbeitPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arbeit Pro";
  src: url("../assets/fonts/ArbeitPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arbeit Pro";
  src: url("../assets/fonts/ArbeitPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
