/* Self-hosted Google Fonts. Replaces the runtime fetch from
   fonts.googleapis.com / fonts.gstatic.com with locally-served files.
   See docs/todo/csp-implementation.md for the broader CSP context. */

@font-face {
  font-family: 'Italianno';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/core/vendor/fonts/google/italianno-v18.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/core/vendor/fonts/google/montserrat-900.woff) format('woff');
}
