/* SK Modernist — display/heading typeface (replaced the retired Frama) */
@font-face {
  font-family: 'SK Modernist';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/sk-modernist/Sk-Modernist-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'SK Modernist';
  font-style: normal;
  font-weight: 500;
  /* No medium weight in SK Modernist — Regular is closest */
  src: url('/fonts/sk-modernist/Sk-Modernist-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'SK Modernist';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/sk-modernist/Sk-Modernist-Bold.otf') format('opentype');
  font-display: swap;
}
