/* Folkestemningen – minimal, sort på hvid */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Serif+4:wght@400;500&display=swap');

-apple-system, BlinkMacSystemFont, sans-serif;

:root { --w: 860px; --pad: 22px; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui,  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji"; 
       color: #000; background: #fff; line-height: 1; }
a { color: #000; text-decoration: underline; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
.wrap { max-width: var(--w); margin: 0 auto; padding: var(--pad); }
header { margin-bottom: 22px;  border-bottom: 2px solid #000;}
.brand { font-weight: 700; font-size: 20px; }
.tagline { margin: 6px 0 10px; }
nav a { margin-right: 14px; white-space: nowrap; text-decoration: none;}
main h1 { margin: 8px 0 10px; font-size: 28px; line-height: 1.2; }
main h2 { margin-top: 22px; font-size: 18px; margin-bottom: 0px;}
main h3 { margin-top: 18px; font-size: 16px; }
.small { font-size: 13px; }
.list-tight { margin: 10px 0 0 0; padding-left: 18px; }
.footer { margin-top: 30px; padding-top: 14px; border-top: 1px solid #000; }
.meta-line { margin: 0 0 12px; font-style: italic; color:#999;}
.breadcrumb { margin: 0 0 10px; }
.cards a { display: inline-block; margin: 2px 10px 2px 0; }
h2 { margin-top: 22px; font-size: 18px; margin-bottom: 10px; line-height: 1; }
