/* APOTHEKA lookbook tokens (R44) - single palette source */
:root{
  --ink:#111318; --surface:#1a1d24; --surface2:#22262f; --seam:#2b303b;
  --paper:#f2ecdf; --paper-ink:#1b1815; --paper-soft:#4a4438;
  --text:#f2ecdf; --muted:#b7b0a1; --ember:#e8933c; --ember-deep:#c9741f;
  --display:"Avenir Next Condensed","Arial Narrow","Helvetica Neue Condensed","Franklin Gothic Medium","DejaVu Sans Condensed",sans-serif;
  --text-face:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --mono:ui-monospace,"SF Mono","JetBrains Mono",Menlo,Consolas,monospace;
  --maxw:1200px; --gut:24px; --ease:cubic-bezier(.2,.6,.3,1);
}
