/* Koreanische Sprachversion: PLN Octagon (Adobe Fonts, Kit scn8lez) als Fallback
 * hinter den Hitmarker-Schnitten. Hitmarker hat keine Hangul-Glyphen, der Browser
 * nimmt fuer diese Zeichen die naechste Schrift im Stack. Latein und Ziffern bleiben
 * Hitmarker. Das Kit selbst laedt hangul-font.js nur, wenn Hangul auf der Seite steht;
 * auf allen anderen Sprachversionen ist "pln-octagon" ein unbekannter Name ohne Effekt.
 * Selektoren = alle Webflow-Klassen und Tags, die eine Hitmarker-Familie setzen
 * (Stand 2026-09-11, per MCP ermittelt). Neue Klassen mit Hitmarker hier ergaenzen. */

body {
  font-family: "Hitmarker Text", "pln-octagon", sans-serif;
}

h1, h2, h3, h4,
.primary,
.stepper-heading,
.watch-launch-date,
.watch-launch-date-product-image,
.yellow-tag {
  font-family: "Hitmarker Normal", "pln-octagon", sans-serif;
}

.tag,
.stepper-copy,
.seg {
  font-family: "Hitmarker Condensed", "pln-octagon", Impact, sans-serif;
}

/* Body copy in Light. PLN Octagon Regular is a heavy display cut and Bold barely
 * differs from it, so Korean paragraphs read as bold. Hamilton is adding the Light
 * style (300) to kit scn8lez (auto-updating, no embed change). Until it is there the
 * browser maps 300 to Regular, i.e. nothing changes. Invisible for the other locales:
 * Hitmarker Text has a single cut, so 300 resolves to the same face as before.
 * Headings (400), the button (700) and the tag stay as they are. */
p,
label {
  font-weight: 300;
}
