/*
 * Self-hosted brand fonts (downloaded from Google Fonts).
 * Both files are variable fonts, so one file covers the whole weight range.
 */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/archivo-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
}
