/*
 * Self-hosted text fonts. Keep this file free of remote URLs so the site's
 * CSP can continue to use `font-src 'self'`.
 */
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

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

@font-face {
  font-family: 'Noto Sans SC';
  src: url('fonts/noto-sans-sc.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
