@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@layer theme {
  :root {
    --font-sans: "Inter", system-ui, sans-serif;
    --font-bold: 800;
  }
}
h1 {
  font-weight: var(--font-bold);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.3;
}

h3 {
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  line-height: 1.4;
}

section {
  padding-block-start: var(--space-8);
  padding-block-end: var(--space-8);
}

.arbeit h1, .arbeit h2, .arbeit h3, .person h1, .person h2, .person h3 {
  border-bottom: 1px solid white;
}

nav ul {
  display: flex;
  gap: var(--space-4);
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  font-size: var(--text-4);
}

.topics ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding: 0;
  list-style-type: none;
  font-size: var(--text-4);
}/*# sourceMappingURL=app.css.map */