/* SG Tokens — monochrome, technical. Spiegelt theme.json und ist auch außerhalb von Blöcken nutzbar. */
:root{
  --sg-black:#090A0B;--sg-graphite:#17191B;--sg-warm-white:#F5F4F0;--sg-white:#FFFFFF;
  --sg-steel:#A7ADB0;--sg-silver:#D8DADC;--sg-glass-blue:#7EA5B8;
  --sg-text:#090A0B;--sg-text-muted:#696E72;
  --sg-line:rgba(9,10,11,.12);--sg-line-dark:rgba(255,255,255,.14);

  --sg-radius:0;
  --sg-content:1320px;--sg-text-width:760px;
  --sg-header-height:86px;

  --sg-h1:clamp(4rem,8.6vw,9.4rem);
  --sg-h2:clamp(2.6rem,5.3vw,5.8rem);
  --sg-h3:clamp(1.3rem,2vw,2.2rem);
  --sg-body-lg:clamp(1.18rem,1.55vw,1.45rem);
  --sg-body:1rem;--sg-small:.82rem;

  --sg-font:Inter,"Helvetica Neue",system-ui,-apple-system,Arial,sans-serif;
  --sg-ease:.18s ease;
}
@media(max-width:600px){ :root{ --sg-header-height:64px; } }
