/*
 * Season Mix (Displaay) — commercial font.
 * Place licensed font files in this folder, then uncomment the matching @font-face blocks.
 *
 * Expected filenames (adjust if your license pack differs):
 *   SeasonMix-Regular.woff2
 *   SeasonMix-Medium.woff2
 *   SeasonMix-Bold.woff2
 *   (or .woff / .ttf / .otf equivalents)
 *
 * Download / license: https://displaay.net/typeface/season-collection/season-mix/
 */

@font-face {
  font-family: 'Season Mix';
  src:
    local('Season Mix'),
    local('SeasonMix'),
    url('./SeasonMix-Regular.woff2') format('woff2'),
    url('./SeasonMix-Regular.woff') format('woff'),
    url('./SeasonMix-Regular.ttf') format('truetype'),
    url('./SeasonMix-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Season Mix';
  src:
    local('Season Mix Medium'),
    local('SeasonMix-Medium'),
    url('./SeasonMix-Medium.woff2') format('woff2'),
    url('./SeasonMix-Medium.woff') format('woff'),
    url('./SeasonMix-Medium.ttf') format('truetype'),
    url('./SeasonMix-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Season Mix';
  src:
    local('Season Mix Bold'),
    local('SeasonMix-Bold'),
    url('./SeasonMix-Bold.woff2') format('woff2'),
    url('./SeasonMix-Bold.woff') format('woff'),
    url('./SeasonMix-Bold.ttf') format('truetype'),
    url('./SeasonMix-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
