 body {
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fcfcfc;
  transition: background-color 0.1s ease-in-out;
}

.font-bubble {
  font-family: Bubble, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    sans-serif;
}

.font-fuzzy {
  font-family: Fuzzy, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    sans-serif;
}

@font-face {
  font-family: "Bubble";
  src: url("/Bubble.ttf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Fuzzy";
  src: url("/FuzzyBubbles-Bold.ttf") format("opentype");
  font-display: swap;
}

