/* Use the variable font for all Open Sans weights. */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;      /* covers light → bold */
  font-stretch: 75% 125%;    /* variable width axis */
  font-display: swap;
  src: url('../fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 75% 125%;
  font-display: swap;
  src: url('../fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

/* (Optional) set as default family if your template expects it */
body {
  font-family: 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
