:root {
  --mercury-yellow: #fff100;
  --fg: black;
  --bg: #fff100; }

a {
  text-decoration: none; }

@font-face {
  font-family: 'BryantCondensed';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BryantCondensed-Regular.woff") format("woff"); }
@font-face {
  font-family: 'BryantCondensed';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/BryantCondensed-Medium.woff") format("woff"); }
@font-face {
  font-family: 'BryantCondensed';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/BryantCondensed-Bold.woff") format("woff"); }
body,
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  font-family: 'BryantCondensed', sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  background-color: var(--bg); }

* {
  box-sizing: border-box; }

body {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100dvh;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem; }

p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 20rem;
  line-height: 120%;
  letter-spacing: .1ch; }

h1 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 0rem;
  width: 100%;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: .1ch;
  text-transform: uppercase;
  font-weight: 600; }

#cheatcodes {
  display: block;
  margin: 0px;
  padding: 0px;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 13rem; }

#mercury {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 30px; }

strong {
  font-weight: 600; }

button, .button {
  display: inline-block;
  border-radius: 10px;
  border: 2px solid var(--fg);
  color: var(--fg);
  background-color: transparent;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1ch;
  text-decoration: none;
  text-align: center;
  line-height: 1em; }

/*# sourceMappingURL=main.v1.css.map */
