/* Clash Display — self-hosted (no external request). Headings use --disp. */
@font-face {
  font-family: 'Clash Display';
  src: url('fonts/clash-display-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('fonts/clash-display-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  /* Bold (700) also serves the 800 headings so the browser doesn't synth faux-bold */
  src: url('fonts/clash-display-700.woff2') format('woff2');
  font-weight: 700 800; font-style: normal; font-display: swap;
}
/* Figtree (self-hosted variable font, latin) */
@font-face{font-family:'Figtree';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/figtree.woff2') format('woff2')}
