@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Architects+Daughter&family=Baloo+2&family=Bebas+Neue&family=Caveat&family=El+Messiri&family=Fredoka&family=Indie+Flower&family=Inter&family=Just+Another+Hand&family=Lato&family=League+Spartan&family=Luckiest+Guy&family=Merriweather&family=Montserrat&family=Nunito&family=Open+Sans&family=Orbitron&family=Oswald&family=Patrick+Hand&family=Permanent+Marker&family=Playfair+Display&family=Poppins&family=Raleway&family=Roboto&family=Sue+Ellen+Francisco&family=Texturina&display=swap');

/* Manual template font runtime. Loaded only by card/template rendering surfaces. */
@font-face {
  font-family: 'Glacial Indifference';
  src: url('/fonts/glacial-indifference.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('/fonts/glacial-indifference-700.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('/fonts/glacial-indifference-italic.otf') format('opentype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-inter: 'Inter', sans-serif;
  --font-open-sans: 'Open Sans', sans-serif;
  --font-lato: 'Lato', sans-serif;
  --font-montserrat: 'Montserrat', sans-serif;
  --font-nunito: 'Nunito', sans-serif;
  --font-oswald: 'Oswald', sans-serif;
  --font-playfair: 'Playfair Display', serif;
  --font-roboto: 'Roboto', sans-serif;
  --font-merriweather: 'Merriweather', serif;
  --font-arial: Arial, sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --font-raleway: 'Raleway', sans-serif;
  --font-bebas: 'Bebas Neue', sans-serif;
  --font-patrick: 'Patrick Hand', sans-serif;
  --font-orbitron: 'Orbitron', sans-serif;
  --font-fredoka: 'Fredoka', sans-serif;
  --font-baloo: 'Baloo 2', cursive;
  --font-luckiest: 'Luckiest Guy', cursive;
  --font-league-spartan: 'League Spartan', sans-serif;
  --font-sue-ellen: 'Sue Ellen Francisco', cursive;
  --font-glacial: 'Glacial Indifference', sans-serif;
  --font-texturina: 'Texturina', serif;
  --font-el-messiri: 'El Messiri', sans-serif;
  --font-caveat: 'Caveat', cursive;
  --font-permanent-marker: 'Permanent Marker', cursive;
  --font-indie-flower: 'Indie Flower', cursive;
  --font-amatic-sc: 'Amatic SC', cursive;
  --font-architects-daughter: 'Architects Daughter', cursive;
  --font-just-another-hand: 'Just Another Hand', cursive;
}

.font-inter { font-family: var(--font-inter) !important; }
.font-open-sans { font-family: var(--font-open-sans) !important; }
.font-lato { font-family: var(--font-lato) !important; }
.font-montserrat { font-family: var(--font-montserrat) !important; }
.font-nunito { font-family: var(--font-nunito) !important; }
.font-oswald { font-family: var(--font-oswald) !important; }
.font-playfair { font-family: var(--font-playfair) !important; }
.font-roboto { font-family: var(--font-roboto) !important; }
.font-merriweather { font-family: var(--font-merriweather) !important; }
.font-arial { font-family: var(--font-arial) !important; }
.font-poppins { font-family: var(--font-poppins) !important; }
.font-raleway { font-family: var(--font-raleway) !important; }
.font-bebas { font-family: var(--font-bebas) !important; }
.font-patrick { font-family: var(--font-patrick) !important; }
.font-orbitron { font-family: var(--font-orbitron) !important; }
.font-fredoka { font-family: var(--font-fredoka) !important; }
.font-baloo { font-family: var(--font-baloo) !important; }
.font-luckiest { font-family: var(--font-luckiest) !important; }
.font-league-spartan { font-family: var(--font-league-spartan) !important; }
.font-sue-ellen { font-family: var(--font-sue-ellen) !important; }
.font-glacial { font-family: var(--font-glacial) !important; }
.font-texturina { font-family: var(--font-texturina) !important; }
.font-el-messiri { font-family: var(--font-el-messiri) !important; }
.font-caveat { font-family: var(--font-caveat) !important; }
.font-permanent-marker { font-family: var(--font-permanent-marker) !important; }
.font-indie-flower { font-family: var(--font-indie-flower) !important; }
.font-amatic-sc { font-family: var(--font-amatic-sc) !important; }
.font-architects-daughter { font-family: var(--font-architects-daughter) !important; }
.font-just-another-hand { font-family: var(--font-just-another-hand) !important; }
