/*! Self-hosted webfonts.
    Google's CDN is not used, because it sends every EU and Swiss visitor's IP
    address to Google, which Complianz will flag and which the revised Swiss
    FADP makes awkward. Files live in ../fonts/. */

@font-face{
  font-family:'Bodoni Moda';
  font-style:normal;
  font-weight:400 500;
  font-display:swap;
  src:url('../fonts/bodoni-moda-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Bodoni Moda';
  font-style:italic;
  font-weight:400 500;
  font-display:swap;
  src:url('../fonts/bodoni-moda-italic.woff2') format('woff2');
}
@font-face{
  font-family:'Jost';
  font-style:normal;
  font-weight:300 500;
  font-display:swap;
  src:url('../fonts/jost-normal.woff2') format('woff2');
}
