@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Schibsted+Grotesk:wght@500;600;700&display=swap");:root{--brand-bg:#f3f2ed;--brand-ink:#141414;--brand-muted:#6f6f68;--brand-line:rgba(20,20,20,0.1);--brand-radius:12px;--font-display:"Schibsted Grotesk","Inter",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif}body,html{font-family:var(--font-body)}.nextra-navbar a[class*=logo],h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em}:root:not(.dark){--nextra-bg:var(--brand-bg);--nextra-primary-hue:0deg}.brand-logo{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:600;font-size:17px;letter-spacing:-.02em;color:inherit;text-decoration:none}.brand-logo .mark{width:14px;height:14px;background:currentColor;border-radius:3px;transform:rotate(45deg);flex-shrink:0}.brand-cta{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:var(--brand-ink);color:#fff!important;font-size:13.5px;font-weight:500;font-family:var(--font-display);text-decoration:none!important}.brand-cta:hover{opacity:.9}