@font-face {
  src: url("vendor/@fonts/league_spartan/LeagueSpartan-Bold.otf") format("opentype");
  font-family: "League Spartan";
  font-weight: bold;
}
body {
  background-color: #222222;
  color: #222222;
}

h1 {
  font-family: "League Spartan";
  font-size: 4rem;
  text-transform: uppercase;
}

h3 {
  font-family: "League Spartan";
  background: #222222;
  color: silver;
  margin: 0 calc(-1 * var(--bs-gutter-x)) 1rem;
  padding: 0.3em var(--bs-gutter-x) 0;
}

header {
  background: #222222;
  color: silver;
  border-bottom: solid 1px transparent;
}

section {
  padding: calc(var(--bs-gutter-x) / 2) var(--bs-gutter-x);
  margin: var(--bs-gutter-x) 0;
  border: solid 1px transparent;
}
section p {
  text-align: justify;
}

.pagesubtitle {
  margin-bottom: 1rem;
  margin-top: -0.8rem;
  font-family: "League Spartan";
  font-size: larger;
  font-weight: bold;
}

.pagetitle {
  margin-bottom: 0;
  margin-top: 1rem;
}

.colorscheme-cyanrasp a:link, .colorscheme-cyanrasp a:visited {
  color: #f30e6f;
}
.colorscheme-cyanrasp a:hover, .colorscheme-cyanrasp a:active {
  color: #f53f8c;
}
.colorscheme-cyanrasp header {
  border-bottom-color: #f30e6f;
}
.colorscheme-cyanrasp section {
  border-color: #f30e6f;
  color: #AACCDD;
}
.colorscheme-cyanrasp section h3 {
  color: #27fcff;
}
.colorscheme-cyanrasp .pagetitle {
  color: #f30e6f;
}
.colorscheme-cyanrasp .pagesubtitle {
  color: #27fcff;
}

/*# sourceMappingURL=style.css.map */
