/* Greek glyph fallback: PP Neue Corp Compact is Latin-only, so Greek text
   falls through to Roboto Condensed (scoped to Greek unicode ranges only —
   Latin keeps rendering in the brand font). */
@font-face {
  font-family: "Roboto Condensed GR";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/RobotoCondensed-greek.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Condensed GR";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/RobotoCondensed-greek-ext.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Condensed GR";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/RobotoCondensed-greek-italic.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
