/* Self-hosted brand fonts — Open Sans (body + headings), Montserrat (display/nav/buttons) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/opensans.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/fonts/montserrat.woff2') format('woff2');
}
