html {
  font-size: 100%;
}
body {
  --text-size-80: 0.79rem;
  --text-size-90: 0.889rem;
  --text-size-100: 1rem;
  --text-size-200: 1.125rem;
  --text-size-300: 1.266rem;
  --text-size-400: 1.424rem;
  --text-size-500: 1.602rem;
  --text-size-600: 1.802rem;
  --text-size-700: 2.027rem;
  font-family: "JetBrains Mono", monospace;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.022em;
}
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
small {
  font-size: var(--text-size-90);
}
h6,
.h6 {
  font-size: var(--text-size-200);
}
h5,
.h5 {
  font-size: var(--text-size-300);
}
h4,
.h4 {
  font-size: var(--text-size-400);
}
h3,
.h3 {
  font-size: var(--text-size-500);
}
h2,
.h2 {
  font-size: var(--text-size-600);
}
h1,
.h1 {
  font-size: var(--text-size-700);
}
.text-size-80 {
  font-size: var(--text-size-80);
}
.text-size-90 {
  font-size: var(--text-size-90);
}
.text-size-100 {
  font-size: var(--text-size-100);
}
.text-size-200 {
  font-size: var(--text-size-200);
}
.text-size-300 {
  font-size: var(--text-size-300);
}
.text-size-400 {
  font-size: var(--text-size-400);
}
.text-size-500 {
  font-size: var(--text-size-500);
}
.text-size-600 {
  font-size: var(--text-size-600);
}
.text-size-700 {
  font-size: var(--text-size-700);
}

@media screen and (min-width: 767px) {
  html {
    font-size: 100%;
  }
  body {
    --text-size-80: 0.694rem;
    --text-size-90: 0.833rem;
    --text-size-100: 1rem;
    --text-size-200: 1.2rem;
    --text-size-300: 1.44rem;
    --text-size-400: 1.728rem;
    --text-size-500: 2.074rem;
    --text-size-600: 2.488rem;
    --text-size-700: 2.986rem;
  }
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/webfonts/JetBrainsMono-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/webfonts/JetBrainsMono-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/webfonts/JetBrainsMono-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

.fl-profil {
}

a.hero {
  color: #ffff00;
}

a.hero:hover {
  color: #fff;
}
img.fl-profil {
  border-radius: 9999px;
  max-width: 125px;
}

img.logo {
  max-width: 200px;
}

main,
header,
footer {
  max-width: 991px;
}
html {
  background-color: #ffff00;
}

.color-brand {
  color: #ffff00;
}

.color-brand.highlight {
}

.wrapper {
  padding: 200px 0;
}

@media (max-width: 576px) {
  .wrapper {
    padding: 50px 0;
  }
}

h2 {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ffff00;
}

a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  color: inherit;
  text-decoration: underline;
}

.mark {
  display: inline;
  background: linear-gradient(180deg, transparent 65%, #ffff00 65%);
  color: #fff;
}

.mark.silver {
  display: inline;
  background: linear-gradient(180deg, transparent 65%, #aeac99 65%);
  color: #fff;
}

.background.brand {
  background-color: #ffff00;
  color: #212529;
}
