/**
 * Season Serif (TRIAL) — self-hosted display/header face.
 * Replaces Cormorant Garamond as the primary heading font.
 * Weights/styles match what the headings declare: 400, 600, 700 + italics.
 */
@font-face {
  font-family: 'Season Serif';
  src: url('/fonts/SeasonSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Serif';
  src: url('/fonts/SeasonSerif-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Serif';
  src: url('/fonts/SeasonSerif-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Serif';
  src: url('/fonts/SeasonSerif-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Serif';
  src: url('/fonts/SeasonSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Serif';
  src: url('/fonts/SeasonSerif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
