/* Disrupt Games core CSS. Shared fonts and non-page-specific utilities. */
@font-face {
  font-family: "Disrupt Cabin";
  src: url("../fonts/disrupt-cabin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Disrupt Comfortaa";
  src: url("../fonts/disrupt-comfortaa.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
.form-honeypot { display: none; }
