/* fonts.css */
@font-face {
  font-family: 'Seasons';
  src: url('/static/theseasons-font.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/static/circe-font.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.seasons {
  font-family: 'Seasons', serif;
}

.circe {
  font-family: 'Circe', serif;
}
