/*
 * The Box Berlin — self-hosted brand fonts (OFL, see assets/fonts/LICENSE-*.txt).
 *
 * Anton 400  — display: hero, section headings, manifesto (single weight;
 *              never bold it synthetically, see style.css font-synthesis rule).
 * Manrope    — body/UI: one variable file covers 200–800 (400/500/600/700 used).
 *
 * Subset to Latin + Latin Extended, incl. Ä Ö Ü ä ö ü ß ẞ.
 */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/anton-400.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-variable.woff2") format("woff2");
}
