/* Generated from brand/theme.json — do not edit by hand. Run: bun run generate:social */

:root {
  --bg: #fffefb;
  --bg-cream: #f8f4f0;
  --bg-card: #f4f2ee;
  --bg-stage: #e9e2d6;
  --border: rgba(32, 21, 21, 0.09);
  --border-soft: rgba(32, 21, 21, 0.06);
  --text: #201515;
  --text-dim: #605d52;
  --text-faint: #939084;
  --ink: #201515;
  --ink-fg: #fffefb;
  --accent: #FF4F00;
  --ok: #157f50;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --display: "Degular Display", "Inter", system-ui, -apple-system, sans-serif;
  --stage-highlight: rgba(255, 255, 255, 0.55);
  --stage-a: #ece5d8;
  --stage-b: #e3dbcb;
  --stage-c: #ded4c1;
  --stage-bg:
    radial-gradient(ellipse 120% 90% at 50% -20%, var(--stage-highlight), transparent 60%),
    linear-gradient(165deg, var(--stage-a), var(--stage-b) 55%, var(--stage-c));
  --glass: rgba(255, 254, 251, 0.82);
  --glass-soft: rgba(255, 254, 251, 0.6);
  --line: rgba(32, 21, 21, 0.16);
  --shadow-soft: 0 1px 2px rgba(32, 21, 21, 0.05);
  --shadow-ink: 0 8px 22px -10px rgba(32, 21, 21, 0.5);
  --site-url: "https://attache.zapier.com";
  --zapier-underscore-ratio: 4.082;
  --zapier-underscore-width: 1.62em;
  --zapier-underscore-gap: 0.28em;
  --zapier-underscore-nudge: 0.05em;
  --og-width: 1200;
  --og-height: 630;
  --og-glow: rgba(255, 79, 0, 0.06);
  --og-warm: rgba(233, 226, 214, 0.55);
}
