/* Self-hosted fonts (latin subset). Variable for Archivo + Source Serif 4. */
@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('../fonts/archivo.woff2') format('woff2');
}
@font-face{
  font-family:'Source Serif 4';
  font-style:normal;
  font-weight:500 600;
  font-display:swap;
  src:url('../fonts/source-serif-4.woff2') format('woff2');
}
@font-face{
  font-family:'Cinzel';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('../fonts/cinzel-600.woff2') format('woff2');
}
