/* 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;
}

/*
.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}

.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}
*/



/* 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;
}


/*
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}
*/

/* 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;
}

/*

.public-sans-medium {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.public-sans-medium-italic {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.public-sans-bold {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.public-sans-bold-italic {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}
*/