/*!
 * Titillium Web -- SIL Open Font License 1.1 (see ../fonts/Titillium/OFL.txt).
 * Designed by Accademia di Belle Arti di Urbino; woff2 subsets built by
 * Google Fonts (v19), byte-identical to what fonts.gstatic.com served.
 *
 * Self-hosted so no page has a render-blocking third-party stylesheet: the
 * old <link> to fonts.googleapis.com cost a DNS lookup, TLS handshake and a
 * round trip before the browser even learned which font file to fetch. These
 * files sit on our own origin (the Spaces CDN in production), which also lets
 * a template preload the face it needs above the fold.
 *
 * font-display: swap is deliberate -- see the comment in home/templates/base.html.
 * Never change it to `optional`: that gives the face ~100ms and no swap period,
 * so on an uncached visit the fallback is locked in for the life of the
 * document and Titillium Web never renders at all.
 *
 * Weights 400/600/700 only, matching what the Google URL requested. The one
 * `font-weight: 500` rule in the app resolves to 400 by CSS font matching --
 * exactly as it did before, since Google was not serving a 500 either.
 */

/* 400 -- latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Titillium/titillium-web-400-latin.ecc0a99f1958.woff2") format('woff2');
  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;
}

/* 400 -- latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Titillium/titillium-web-400-latin-ext.e08208d06e69.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* 600 -- latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Titillium/titillium-web-600-latin.ebf116db5193.woff2") format('woff2');
  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;
}

/* 600 -- latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Titillium/titillium-web-600-latin-ext.a24a5da127d5.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* 700 -- latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Titillium/titillium-web-700-latin.8bdf6f4d57ea.woff2") format('woff2');
  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;
}

/* 700 -- latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Titillium/titillium-web-700-latin-ext.8c2f35a6e803.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
