@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@700;800&display=swap";
:root{--ink:#2c3e5a;--ink-hover:#3a4f72;--ink-soft:#4a5f82;--cream:#f1f4f7;--cream-2:#e6ecf2;--subtle:#d9e1e9;--muted:#9b9991;--muted-dark:#6b6e78;--card:#fff;--red:#f5a623;--red-dark:#e85d04;--red-light:#fef3c7;--surprise:#f472b6;--surprise-dark:#ec4899;--surprise-light:#fde7f0;--green:#1a7a45;--green-light:#e8f5ee;--teal:#0d9b8a;--teal-light:#e6f7f5;--amber:#d97706;--amber-light:#fef3c7;--blue:#1a5fa8;--blue-light:#e6f0fb;--cta-from:#f5a623;--cta-to:#e85d04;--cta-gradient:linear-gradient(135deg,#f5a623 0%,#e85d04 100%);--brand-kracht:#dd5855;--brand-kracht-gradient:linear-gradient(90deg,#dd5855 0%,#de7049 58%,#db6046 100%);--link-from:#14b8a6;--link-to:#0ea5e9;--link-gradient:linear-gradient(135deg,#14b8a6 0%,#0ea5e9 100%)}a.link-gradient,.link-gradient{background:var(--link-gradient);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.brand-kracht-gradient{background:var(--brand-kracht-gradient);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-cta{background:var(--cta-gradient);color:#fff;cursor:pointer;border:none;transition:filter .15s}.btn-cta:hover{filter:brightness(1.08)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--cream);color:var(--ink);font-family:Barlow,sans-serif;font-size:14px;line-height:1.5}
