/**
 * Generated from Slack — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1d1c1d;
  --text-dim: #1d1c1d;
  --text-faint: #9b9b9b;
  --brand: #611f69;
  --on-brand: #ffffff;
  --border: #dddddd;
  --border-strong: #aaaaaa;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cream: #f4ede4;
  --color-bg-cream-deep: #ebe1d2;
  --color-surface: #ffffff;
  --color-surface-elev: #fafafa;
  --color-text: #1d1c1d;
  --color-text-strong: #000000;
  --color-text-medium: #3a3a3a;
  --color-text-soft: #454545;
  --color-text-muted: #717274;
  --color-text-faint: #9b9b9b;
  --color-text-disabled: #c7c7c7;
  --color-brand: #611f69;
  --color-brand-deep: #4a154b;
  --color-brand-bright: #7d2f87;
  --color-brand-soft: #f4e8f5;
  --color-brand-tint: #d9b3dd;
  --color-on-brand: #ffffff;
  --color-accent-blue: #1264a3;
  --color-accent-blue-soft: #e3f0fa;
  --color-accent-yellow: #ecb12f;
  --color-accent-yellow-soft: #fef4e0;
  --color-accent-green: #2eb67d;
  --color-accent-red: #e01e5a;
  --color-link: #1264a3;
  --color-link-hover: #0a4d7a;
  --color-selected-bg: #f4ede4;
  --color-disabled: #c7c7c7;
  --color-border: #dddddd;
  --color-border-strong: #aaaaaa;
  --color-border-subtle: #eeeeee;
  --color-border-brand: rgba(74, 21, 75, 0.30);
  --color-success-bg: #e3f5ec;
  --color-success-text: #1a7a4d;
  --color-warning-bg: #fef4e0;
  --color-warning-text: #7a5a00;
  --color-danger-bg: #fde6ee;
  --color-danger-text: #a8113a;
  --color-info-bg: #e3f0fa;
  --color-info-text: #0a4d7a;

  /* type */
  --display-size: 64px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.015em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 8px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 40px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Salesforce-Avant-Garde', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Salesforce-Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
