
strong {
  color: rgb(65, 65, 65);
}

mark {
  background: rgba(255, 218, 80, 0.35);
  color: inherit;
}




@font-face {
  font-family: "SaucerBB";
  src: url("fonts/SaucerBB.woff2") format("woff2"),
       url("fonts/SaucerBB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VCROSDMono";
  src: url("fonts/VCROSDMono.woff2") format("woff2"),
       url("fonts/VCROSDMono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratBold";
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"),
       url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratRegular";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"),
       url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}