/* Self-hosted Montserrat & Roboto — no Google Fonts CDN, no cookies */

@font-face {
  font-family: 'Montserrat';
  src: url('montserrat.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
