/* Self-hosted Prompt (latin subset) replacing the Google Fonts CDN, for privacy. */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/prompt-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/prompt-600.woff2') format('woff2');
}
