/*
 * The face of the interface and the studio's painted boards, served from
 * this folder (relative paths, so the build works from any subpath).
 * Montserrat (variable weight 100-900), SIL Open Font License 1.1.
 *
 * Two files: the basic Latin set, and the extended Latin set with the
 * Hungarian long vowels (ő, ű). The browser fetches the second one only when
 * a page shows such a letter.
 */

@font-face {
  font-family: "Montserrat";
  src: url("montserrat-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: "Montserrat";
  src: url("montserrat-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
