/* Trade Gothic — same-origin webfont loaded from the main brueckenschlag-
   challenge.de site's /fonts/ directory. The original website declares two
   *separate* font-family names ("Trade Gothic W01 Light" + "Trade Gothic
   W01 Bold_2"); we re-register both woff2 files here under a single
   "Trade Gothic" family with distinct `font-weight` values so DOM and
   canvas consumers can switch cuts via font-weight alone (matching the
   `--font-weight-normal` / `--font-weight-bold` tokens in apply.js).
   File hashes are copied from the website's own @font-face block. */

@font-face {
  font-family: "Trade Gothic";
  font-weight: 400;
  font-style:  normal;
  font-display: swap;
  src: url("/fonts/5414f75e-5cb8-4357-88e5-5a294424c859.woff2") format("woff2"),
       url("/fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff")  format("woff");
}

@font-face {
  font-family: "Trade Gothic";
  font-weight: 700;
  font-style:  normal;
  font-display: swap;
  src: url("/fonts/7bb1c0cb-e6e9-44ea-ae0c-1984ad7e3339.woff2") format("woff2"),
       url("/fonts/1454a71d-cdbb-429c-8092-122f4493e0c7.woff")  format("woff");
}
