@font-face {
  font-family: Ginger;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ginger/F37Ginger-Regular.woff2') format('woff2'),
    url('/fonts/ginger/F37Ginger-Regular.woff') format('woff'),
    url('/fonts/ginger/F37Ginger-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Ginger;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/ginger/F37Ginger-Bold.woff2') format('woff2'),
    url('/fonts/ginger/F37Ginger-Bold.woff') format('woff'),
    url('/fonts/ginger/F37Ginger-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Ginger;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/ginger/F37Ginger-Light.woff2') format('woff2'),
    url('/fonts/ginger/F37Ginger-Light.woff') format('woff'),
    url('/fonts/ginger/F37Ginger-Light.ttf') format('truetype');
}

@font-face {
  font-family: Balgin;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/balgin/Balgin-Bold.woff2') format('woff2'),
    url('/fonts/balgin/Balgin-Bold.woff') format('woff'),
    url('/fonts/balgin/Balgin-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Lore;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lore/lore-regular.woff2') format('woff2'),
    url('/fonts/lore/lore-regular.woff') format('woff'),
    url('/fonts/lore/lore-regular.ttf') format('truetype');
}