/* 3C-Beratungsportal – globale Basis-Stile
   Die Seiten sind zusätzlich mit Inline-Stilen gestaltet; diese Datei
   enthält die Grund-Resets, Link-Farben und Druckoptimierung. */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: 'IBM Plex Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
a { color: #dd2e88; }
a:hover { color: #c31f74; }

/* Druck / PDF */
@media print {
  header, footer { break-inside: avoid; }
  a { color: inherit; text-decoration: none; }
}
