/* ── Self-hosted fonts ── */
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-VariableFont_wdth_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Italic-VariableFont_wdth_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilda Display';
  src: url('GildaDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
 