/* Self-hosted fonts only — no third-party CDN (privacy requirement). */

@font-face {
  font-family: 'Varela Round';
  src: url('fonts/varelaround.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunitosans-var.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
