/**
 * Nicer.travel Advisor Onboarding
 * Custom fonts
 */

/* The Seasons font */
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/theseasons-reg.otf') format('woff2'),
         url('../fonts/theseasons-reg.otf') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'The Seasons';
    src: url('../fonts/theseasons-bd.otf') format('woff2'),
         url('../fonts/theseasons-bd.otf') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  /* Fallback for The Seasons font */
  .font-seasons {
    font-family: 'The Seasons', Georgia, serif;
  }