/*FONT HEADER CODE*/
/*<link rel="preconnect" href="https://fonts.googleapis.com">*/
/*<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>*/
/*<link href="https://fonts.googleapis.com/css2?family=Audiowide&family=Handjet:wght@100..900&family=Rubik+Glitch&family=Syne+Mono&display=swap" rel="stylesheet">*/


/*FONTS*/


.handjet-<uniquifier> {
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "ELGR" 1,
    "ELSH" 2;
}
.syne-mono-regular {
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

/*SECTIONS*/
header {
  background-color: black;
  color: blue;
  font-family: "Syne Mono";
  text-align: center;
}


body {
  background-color: black;
  color: blue;
  font-family: "Handjet";
  text-align: center;
}