:root {
  --light: #e3e3e3;
  --blue: #00adb5;
  --gray: #393e46;
  --dark: #131314;
  --dark-transparent: #131314f2;
  --beige: #e6d5b8;
  --orange: #f0a500;
  --black: #202024;
}

* {
  text-align: center;
  box-sizing: border-box;
}

html,
body {
  font-family: "Mona Sans", sans-serif;
  color: var(--light);
  background: var(--dark);
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1 {
  white-space: nowrap;
  font-size: 3.5em;
}

h2 {
  white-space: nowrap;
  font-size: 2em;
}

h3 {
  white-space: nowrap;
  font-size: 1.17em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea {
  font-family: "Mona Sans", sans-serif;
}

p {
  font-size: 1.2em;
  line-height: 1.5em;
}

span {
  font-size: 1.2em;
}
