/* Self-hosted fonts (latin subset, variable): replaces the Google Fonts CDN
   so visitor IP addresses are no longer sent to Google on page load. */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/notosans-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/comfortaa-var.woff2') format('woff2');
}
