    /* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Nabla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fruktur:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fontdiner+Swanky&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cascadia+Mono:ital,wght@0,200..700;1,200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Idiqlat:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&family=Jacquard+24&family=Milonga&family=Moon+Dance&family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Fondamento:ital@0;1&family=Montagu+Slab:opsz,wght@16..144,100..700&family=Rampart+One&family=Ramsina&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');



    /* Fonts */
.nabla-3d_text {
  font-family: "Nabla", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "EDPT" 100,
    "EHLT" 12;
}



.fruktur-regular {
  font-family: "Fruktur", system-ui;
  font-weight: 400;
  font-style: normal;
}
.fruktur-italic {
  font-family: "Fruktur", system-ui;
  font-weight: 400;
  font-style: italic;
}



.fontdiner-swanky {
  font-family: "Fontdiner Swanky", serif;
  font-weight: 400;
  font-style: normal;
}



.cascadia-mono {
  font-family: "Cascadia Mono", sans-serif;
  font-optical-sizing: auto;
  /*Weight can be set betweem 200 and 700*/
  font-weight: 400;
  font-style: normal;
}



.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.rubik-doodle-shadow-regular {
  font-family: "Rubik Doodle Shadow", system-ui;
  font-weight: 400;
  font-style: normal;
}



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



.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.idiqlat-extralight {
  font-family: "Idiqlat", serif;
  font-weight: 200;
  font-style: normal;
}
.idiqlat-light {
  font-family: "Idiqlat", serif;
  font-weight: 300;
  font-style: normal;
}
.idiqlat-regular {
  font-family: "Idiqlat", serif;
  font-weight: 400;
  font-style: normal;
}



.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}



.milonga-regular {
  font-family: "Milonga", serif;
  font-weight: 400;
  font-style: normal;
}



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



.moon-dance-regular {
  font-family: "Moon Dance", cursive;
  font-weight: 400;
  font-style: normal;
}



.eagle-lake-regular {
  font-family: "Eagle Lake", serif;
  font-weight: 400;
  font-style: normal;
}



.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.ramsina-regular {
  font-family: "Ramsina", serif;
  font-weight: 400;
  font-style: normal;
}



.fondamento-regular {
  font-family: "Fondamento", cursive;
  font-weight: 400;
  font-style: normal;
}
.fondamento-regular-italic {
  font-family: "Fondamento", cursive;
  font-weight: 400;
  font-style: italic;
}



.montagu-slab-400 {
  font-family: "Montagu Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.rampart-one-regular {
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.cabin-sketch-regular {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cabin-sketch-bold {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
  font-style: normal;
}



.google-sans {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}









    /* Text Effects */
.text-outline {
  text-shadow:
    -0.05em -0.05em 0 black,
    0 -0.05em 0 black,
    0.05em -0.05em 0 black,
    -0.05em 0 0 black,
    0.05em 0 0 black,
    -0.05em 0.05em 0 black,
    0 0.05em 0 black,
    0.05em 0.05em 0 black;
}