/* Self-hosted fonts, Anahí Guevara, Seguros. No external font requests. */

/* Spectral, refined transitional serif, private-bank authority. Headings/display. */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./Spectral-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Spectral-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./Spectral-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./Spectral-600.woff2') format('woff2');
}

/* Instrument Sans, clean humanist sans (variable). Body + UI. */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('./InstrumentSans.woff2') format('woff2-variations');
}
