@font-face {
  font-family: "Futura";
  src: url('../fonts/Jost-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url('../fonts/Jost-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Lemonmilk";
  src: url('../fonts/LEMONMILK-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lemonmilk";
  src: url('../fonts/LEMONMILK-RegularItalic.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lemonmilk";
  src: url('../fonts/LEMONMILK-Bold.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lemonmilk";
  src: url('../fonts/LEMONMILK-BoldItalic.otf') format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Linotype Feltpen";
  src: url('../fonts/Linotype Feltpen Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Linotype Feltpen";
  src: url('../fonts/Linotype Feltpen Medium.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
}
