/*
 * The interface's type (rovo.hu, the vr- system): DM Serif Display for the
 * titles, Source Sans 3 (variable weight) for everything else. Google Fonts,
 * SIL Open Font License 1.1, served from this folder.
 *
 * Two files a family: the basic Latin set, and a tiny one with only the
 * Hungarian long vowels (Ő ő Ű ű), so the extended Latin set never loads.
 * Kept apart from fonts.css on purpose: the brand-art worker loads every face
 * in that file, and the boards do not need these.
 */

@font-face {
  font-family: "DM Serif Display";
  src: url("dm-serif-display-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("dm-serif-display-hu.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0150-0151, U+0170-0171, U+030B;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("source-sans-3-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("source-sans-3-hu.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0150-0151, U+0170-0171, U+030B;
}
