/* Fraunces for privacy.html and terms.html, which do not load style.css and so
   need their own declarations. Points at the same two instances the rest of the
   site uses -- subset from the app's own Fraunces_600SemiBold and its italic --
   rather than the six-file 100..900 set this used to carry. That set declared a
   weight range no file actually had, so every weight was synthesised from one
   static instance. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url(../fonts/fraunces-600.woff2) format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 600;
  font-display: optional;
  src: url(../fonts/fraunces-600-italic.woff2) format('woff2');
}
