/* Produktzentrale Theme: Base – Reset & Grundtypografie. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--pz-paper);
  color: var(--pz-ink);
  font-family: var(--pz-sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--pz-display);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  color: var(--pz-ink);
  text-wrap: balance;
}
h1 { font-weight: 900; letter-spacing: -0.03em; }

p { margin: 0 0 1em; }
a { color: var(--pz-red); text-decoration: none; }
a:hover { color: var(--pz-red-strong); text-decoration: underline; }

img, svg { max-width: 100%; height: auto; }
img { display: block; }

ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
strong, b { font-weight: 700; }
hr { border: 0; border-top: 1px solid var(--pz-line); margin: 2rem 0; }

:focus-visible { outline: 3px solid var(--pz-red); outline-offset: 2px; }

table { border-collapse: collapse; width: 100%; }
