/**
 * Season Sans (TRIAL) — self-hosted sans face for the DASHBOARD surfaces only.
 * The creator dashboard + brand portal use this in place of Season Serif for
 * headings; the public landing/marketing pages keep season-serif.css.
 * Weights/styles match what the headings declare: 400, 600, 700 + italics.
 */
@font-face {
  font-family: 'Season Sans';
  src: url('/fonts/SeasonSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Sans';
  src: url('/fonts/SeasonSans-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Sans';
  src: url('/fonts/SeasonSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Sans';
  src: url('/fonts/SeasonSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Sans';
  src: url('/fonts/SeasonSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Sans';
  src: url('/fonts/SeasonSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Sans';
  src: url('/fonts/SeasonSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
