@font-face {
  font-family: "Comic Neue";
  font-weight: normal;
  src: url("../fonts/Comic_Neue/ComicNeue-Regular.ttf");
}

@font-face {
  font-family: "Comic Neue";
  font-weight: bold;
  src: url("../fonts/Comic_Neue/ComicNeue-Bold.ttf");
}

:root {
  --font-family: "Comic Neue";
}