/* Spanish glyph fallback.
   "Degular Demo" (demo font, 66 glyphs) lacks accented Latin + typographic
   punctuation. These faces extend the SAME family name so the browser uses
   Metropolis (full Latin coverage) only for the missing codepoints. Declared
   AFTER app.css so later-wins precedence applies for the overlapping range. */

@font-face {
  font-display: swap;
  font-family: "Degular Demo";
  font-style: normal;
  font-weight: 400;
  src: url(Metropolis-Regular.woff2) format("woff2");
  unicode-range: U+00A1, U+00BF, U+00C0-00FF, U+0100-017F, U+2018-201F, U+2013-2014, U+2026;
}
@font-face {
  font-display: swap;
  font-family: "Degular Demo";
  font-style: normal;
  font-weight: 500;
  src: url(Metropolis-Medium.woff2) format("woff2");
  unicode-range: U+00A1, U+00BF, U+00C0-00FF, U+0100-017F, U+2018-201F, U+2013-2014, U+2026;
}
@font-face {
  font-display: swap;
  font-family: "Degular Demo";
  font-style: normal;
  font-weight: 200;
  src: url(Metropolis-Regular.woff2) format("woff2");
  unicode-range: U+00A1, U+00BF, U+00C0-00FF, U+0100-017F, U+2018-201F, U+2013-2014, U+2026;
}
