@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@300;400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--black:#0f0f0f;--white:#f8f8f8;--green:#2d4a3e;--green-dark:#1e3329;--green-light:#5a8a6e;--gray:#1a1a1a;--gray-light:#2a2a2a;--gray-border:#333;--text-muted:#888;--heading:"DM Serif Display", serif;--body:"Inter", sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--body);-webkit-font-smoothing:antialiased}::selection{background:var(--green);color:var(--white)}@media (max-width:640px){.vergleich-grid,.formular-grid{grid-template-columns:1fr!important}}
