#content {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-family: "Lexend Deca", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
}

img,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.light {
  background-color: white;
  color: black;
}

.dark {
  background-color: #141414;
  color: #ececec;
}

.light *::-moz-selection {
  background-color: #eeeeee;
}

.light *::selection {
  background-color: #eeeeee;
}

.dark *::-moz-selection {
  background-color: #575757;
}

.dark *::selection {
  background-color: #575757;
}

.lexend, #copyright, button {
  font-family: "Lexend Deca", sans-serif !important;
}

.roboto, .body {
  font-family: "Roboto", sans-serif !important;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif !important;
}

.light #copyright {
  color: black;
}

.dark #copyright {
  color: #ececec;
}

#copyright {
  cursor: pointer;
  height: 30px;
  text-align: center;
  display: inline-table;
  width: 100vw;
}

#copyright span {
  display: table-cell;
  vertical-align: middle;
}

.separator {
  margin: 30px 50px 0 50px;
  border-bottom: 1px dotted #b4b4b4;
  line-height: 0.1em;
}

.separator span {
  padding-right: 10px;
  cursor: pointer;
}

.dark .separator {
  border-bottom: 1px dotted #575757;
}

.dark .separator span {
  background: #141414;
}

.light .separator {
  border-bottom: 1px dotted #575757;
}

.light .separator span {
  background: white;
}

.page-loaded {
  opacity: 1 !important;
  overflow: visible !important;
}

.dark {
  color: #ececec;
}

.dark .title {
  font-weight: 400;
}

.dark .title-2 {
  font-weight: 300;
}

.light {
  color: black;
}

.light .title {
  font-weight: 600;
}

.light .title-2 {
  font-weight: 600;
}

.title {
  font-size: 1.5em;
}

.title-2 {
  font-size: 1.125em;
}

.body {
  line-height: 150%;
}

.light a {
  color: #0d652d;
}

.light a:active {
  color: #188438;
}

.dark a {
  color: #baeeba;
}

.dark a:active {
  color: #baeeba;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.light button.solid {
  color: white;
  background: #188438;
  border-color: #188438;
}

.light button.light {
  color: white;
  background: #767e78;
  border-color: #767e78;
}

.light button.outline {
  color: #188438;
  border-color: #188438;
}

.dark button.solid {
  color: #eeeeee;
  background: #0d652d;
  border-color: #0d652d;
}

.dark button.light {
  color: #eeeeee;
  background: #222523;
  border-color: #222523;
}

button {
  display: inline-block;
  padding: 13px 20px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
  font-size: 1rem;
  border-radius: 3px;
}

button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

button:focus {
  outline: none;
}

button.solid, button.light {
  border-style: solid;
  border-width: 1px;
}

button.outline {
  border-style: solid;
  border-width: 1px;
  outline: none;
  background-color: transparent !important;
}

button.disabled {
  pointer-events: none;
  opacity: 0.25;
}
/*# sourceMappingURL=gen.css.map */