/* Both faces are served from this origin. Nothing is fetched from Google, so
   the CSP has no exception in it and no visitor's address leaves the site.

   `unicode-range` keeps latin-ext off most visits: an Italian menu needs it for
   the odd name, an English one almost never. */

@font-face {
  font-family: Fraunces;
  src: url(/fonts/fraunces-latin.woff2) format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: Fraunces;
  src: url(/fonts/fraunces-latin-ext.woff2) format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF, U+2020, U+20A0-20AB;
}
@font-face {
  font-family: Karla;
  src: url(/fonts/karla-latin.woff2) format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: Karla;
  src: url(/fonts/karla-latin-ext.woff2) format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF, U+2020, U+20A0-20AB;
}
