/* Self-hosted fonts for SRI compliance */
/* These fonts replace external Google Fonts CDN links */

/* Montserrat - Regular */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat.woff2') format('woff2');
}

/* Share Tech - Regular */
@font-face {
  font-family: 'Share Tech';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/sharetech.woff2') format('woff2');
}

/* Open Sans - Variable font (supports weights 300-700) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/opensans-variable.woff2') format('woff2');
}

/* Open Sans - Variable Italic (supports weights 300-700) */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/opensans-variable-italic.woff2') format('woff2');
}
