/**
 * Generated from Todoist — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fefdfc;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #25221e;
  --text-dim: #25221e;
  --text-faint: #c1c0c0;
  --brand: #e44432;
  --on-brand: #ffffff;
  --border: #eae9e8;
  --border-strong: #dadad9;
  --success: #3a7400;
  --warning: #f7b84f;
  --danger: #de483a;

  /* full color palette */
  --color-bg: #fefdfc;
  --color-bg-warm: #fcf8f3;
  --color-surface: #ffffff;
  --color-surface-card: #fcfcfc;
  --color-surface-cream: #fff9f3;
  --color-surface-cream-mid: #fff5eb;
  --color-surface-peach: #fae8d6;
  --color-text: #25221e;
  --color-text-muted: #565656;
  --color-text-soft: #8c8b8b;
  --color-text-faint: #c1c0c0;
  --color-brand: #e44432;
  --color-brand-hover: #ee5244;
  --color-brand-active: #d1453b;
  --color-brand-tint-100: #fef6ef;
  --color-brand-tint-200: #fdf0e4;
  --color-brand-tint-300: #fbe8d7;
  --color-brand-deep: #9a3b00;
  --color-on-brand: #ffffff;
  --color-accent-yellow: #ffc93e;
  --color-accent-green: #6b8767;
  --color-accent-pink: #ffada4;
  --color-accent-blue: #316fea;
  --color-ghost-bg: #25221e12;
  --color-border: #eae9e8;
  --color-border-soft: #f1f0ef;
  --color-border-strong: #dadad9;
  --color-prio-1: #ffd6d3;
  --color-prio-2: #fbe7ce;
  --color-prio-3: #dde6f9;
  --color-prio-4: #f2efed;
  --color-scrim: rgba(34, 40, 41, 0.80);
  --color-shadow-color: rgba(0, 0, 0, 0.24);
  --color-success: #3a7400;
  --color-success-soft: #f6f9f7;
  --color-warning: #f7b84f;
  --color-warning-soft: #fff9f0;
  --color-danger: #de483a;
  --color-danger-soft: #fdf5f0;
  --color-info: #316fea;
  --color-info-soft: #f1f7fe;

  /* type */
  --display-size: 80px;
  --h1-size: 55px;
  --h2-size: 38px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
