@import "base.css";

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/Nunito.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;
}

@font-face {
  font-family: "Red Hat Mono";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/RedHatMono.ttf) format(truetype);
  font-display: swap;
}

:root {
  --background-image: url(/img/default-bg.webp);
  --background-color: #000000;
  --primary-font: "Nunito Sans", sans-serif;
  --primary-color: #ffffff;
  --header-font: Nunito, sans-serif;
  --header-color: #55ff55;
  --fixed-font: "Red Hat Mono", monospace;
  --link-color: #7f7fff;
}
