/* Light 300 */
@font-face {
  font-family: 'The Seasons';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/the-seasons-light.woff2') format('woff2');
}

/* Light Italic 300 */
@font-face {
  font-family: 'The Seasons';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/the-seasons-light-italic.woff2') format('woff2');
}

/* Regular 400 */
@font-face {
  font-family: 'The Seasons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/the-seasons-regular.woff2') format('woff2');
}

/* Italic 400 */
@font-face {
  font-family: 'The Seasons';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/the-seasons-italic.woff2') format('woff2');
}

/* Bold 700 */
@font-face {
  font-family: 'The Seasons';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/the-seasons-bold.woff2') format('woff2');
}

/* Bold Italic 700 */
@font-face {
  font-family: 'The Seasons';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/the-seasons-bold-italic.woff2') format('woff2');
}
