/* ===========================================================================
   Quadranti – Rechtstexte (Impressum, Datenschutz)
   Utility-Seiten: creme Grund, keine Dreiecke, ruhige Typografie.
   =========================================================================== */

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/BarlowCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("assets/fonts/NunitoSans-Variable.woff2") format("woff2-variations");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --c-creme: #feedd9;
  --c-tinte: #422e27;
  --c-lila:  #822880;
}

*,
*::before,
*::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--c-creme);
  color: var(--c-tinte);
  font-family: "Nunito Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.doc {
  max-width: 68ch;
  margin: 0 auto;
  padding: 40px 24px 80px;
  /* Lange deutsche Komposita nicht aus dem Textblock laufen lassen. */
  overflow-wrap: break-word;
  hyphens: auto;
}

.doc__zurueck {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-lila);
  text-decoration: none;
  border-bottom: 2px solid rgb(130 40 128 / 0.3);
  padding-bottom: 2px;
}

.doc__zurueck:hover { border-bottom-color: var(--c-lila); }

h1, h2, h3, h4 {
  font-family: "Barlow Condensed", "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

h1 { font-size: clamp(30px, 5vw, 44px); margin: 0 0 32px; }
h2 { font-size: clamp(22px, 3.4vw, 28px); margin: 48px 0 12px; }
h3 { font-size: clamp(18px, 2.6vw, 21px); margin: 32px 0 8px; }
h4 {
  font-size: 16px;
  margin: 24px 0 6px;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Nunito Sans", sans-serif;
}

h2 { border-top: 2px solid rgb(66 46 39 / 0.18); padding-top: 20px; }

p { margin: 0 0 16px; }

ul { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 6px; }

a {
  color: var(--c-lila);
  text-underline-offset: 2px;
}

a:hover { text-decoration-thickness: 2px; }

strong { font-weight: 700; }
