:root{
  --bg:#FAF8F4; --surface:#FFFFFF; --ink:#1C1917; --ink-2:#6B6560; --ink-3:#A29A90;
  --border:#E8E3DB; --accent:#E4572E; --accent-2:#2F7D5C; --accent-2-bg:#E4F1EA;
  --danger:#B3261E; --danger-bg:#FBEAE9; --radius:16px; --radius-sm:10px;
  --shadow:0 1px 2px rgba(28,25,23,.06), 0 8px 20px -12px rgba(28,25,23,.18);
  --font-d:'Schibsted Grotesk',system-ui,sans-serif; --font-b:'Public Sans',system-ui,sans-serif;
}
*{ box-sizing:border-box; }
body{ margin:0; background:var(--bg); font-family:var(--font-b); color:var(--ink); }
a{ color:inherit; text-decoration:none; }
a:hover{ opacity:.82; }
input{ font-family:var(--font-b); }
button{ font-family:var(--font-b); cursor:pointer; }
input[type=checkbox], input[type=radio]{ accent-color:var(--ink); width:15px; height:15px; }
.clamp-2{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
