@import "base.css";

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

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/NunitoSans.ttf) format(truetype);
  font-display: swap;
}

:root {
  --background-image: url(/img/blue-smileys.gif);
  --primary-font: "Nunito Sans", sans-serif;
  --primary-color: white;
  --header-font: Playball, cursive;
  --header-color: white;
  --link-color: gray;
}
