/* Shop display names map to downloaded font files in /fonts/ */

@font-face {
  font-family: 'Blakely';
  src:
    url('/fonts/carley.ttf') format('truetype'),
    url('/fonts/carley.otf') format('opentype'),
    url('/fonts/carley.woff2') format('woff2'),
    url('/fonts/carley.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'River';
  src:
    url('/fonts/winter-selfie.ttf') format('truetype'),
    url('/fonts/winter-selfie.otf') format('opentype'),
    url('/fonts/winter-selfie.woff2') format('woff2'),
    url('/fonts/winter-selfie.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hudson';
  src:
    url('/fonts/tigerland.ttf') format('truetype'),
    url('/fonts/tigerland.otf') format('opentype'),
    url('/fonts/tigerland.woff2') format('woff2'),
    url('/fonts/tigerland.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Leighton';
  src:
    url('/fonts/spring-garden.ttf') format('truetype'),
    url('/fonts/spring-garden.otf') format('opentype'),
    url('/fonts/spring-garden.woff2') format('woff2'),
    url('/fonts/spring-garden.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Meanwhile';
  src:
    url('/fonts/meanwhile.ttf') format('truetype'),
    url('/fonts/meanwhile.otf') format('opentype'),
    url('/fonts/meanwhile.woff2') format('woff2'),
    url('/fonts/meanwhile.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brown Sugar';
  src:
    url('/fonts/brown-sugar.ttf') format('truetype'),
    url('/fonts/brown-sugar.otf') format('opentype'),
    url('/fonts/brown-sugar.woff2') format('woff2'),
    url('/fonts/brown-sugar.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
