/* Fraunces variable (TTF) */
@font-face{
  font-family: "Fraunces";
  src: url("/shared/fonts/Fraunces-VariableFont_SOFT,WONK,opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Fraunces";
  src: url("/shared/fonts/Fraunces-Italic-VariableFont_SOFT,WONK,opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/* IM Fell English */
@font-face{
  font-family: "IM Fell English";
  src: url("/shared/fonts/IMFellEnglish-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "IM Fell English";
  src: url("/shared/fonts/IMFellEnglish-Italic.ttf") format("truetype");
  font-weight: 400; font-style: italic; font-display: swap;
}

/* Meddon & Oooh Baby */
@font-face{
  font-family: "Meddon";
  src: url("/shared/fonts/Meddon-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Oooh Baby";
  src: url("/shared/fonts/OoohBaby-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}

/* Kalam */
@font-face{
  font-family: "Kalam";
  src: url("/shared/fonts/Kalam-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Kalam";
  src: url("/shared/fonts/Kalam-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Kalam";
  src: url("/shared/fonts/Kalam-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Courier Prime */
@font-face{
  font-family: "Courier Prime";
  src: url("/shared/fonts/CourierPrime-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Courier Prime";
  src: url("/shared/fonts/CourierPrime-Italic.ttf") format("truetype");
  font-weight: 400; font-style: italic; font-display: swap;
}

@font-face{
  font-family: "Courier Prime";
  src: url("/shared/fonts/CourierPrime-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Courier Prime";
  src: url("/shared/fonts/CourierPrime-BoldItalic.ttf") format("truetype");
  font-weight: 700; font-style: italic; font-display: swap;
}

/* Public Sans */
@font-face{
  font-family: "Public Sans";
  src: url("/shared/fonts/PublicSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Public Sans";
  src: url("/shared/fonts/PublicSans-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; font-style: italic; font-display: swap;
}

/* Cardo for OP logo text */
@font-face{
  font-family: "Cardo";
  src: url("/shared/fonts/Cardo-Regular.ttf") format("truetype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Cardo";
  src: url("/shared/fonts/Cardo-Italic.ttf") format("truetype");
  font-weight: 100 900; font-style: italic; font-display: swap;
}
@font-face{
  font-family: "Cardo";
  src: url("/shared/fonts/Cardo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gochi Hand for Sebastian hand writing */
@font-face{
  font-family: "GochiHand";
  src: url("/shared/fonts/GochiHand-Regular.ttf") format("truetype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* Henny Penny */
@font-face{
  font-family: "Henny Penny";
  src: url("/shared/fonts/HennyPenny-Regular.ttf") format("truetype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
