/* Fonts live under assets/fonts/ — GitHub Pages strips folders beginning with an
   underscore, so _ds/ never served and every face fell back. Do not move these back.
   Trimmed NSM fonts: only the self-hosted faces that exist (avoids bundler fetch errors for un-uploaded cuts). */
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Burford';
  src: url('assets/fonts/Burford_Base.otf') format('opentype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Burford Outline';
  src: url('assets/fonts/Burford_Outline.otf') format('opentype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caligor Sans Clean';
  src: url('assets/fonts/Caligor_Sans_Clean.otf') format('opentype');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Esther';
  src: url('assets/fonts/Esther-Regular.otf') format('opentype');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
