/**
 * Generated from Ideogram — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f7f7f8;
  --surface-alt: #f7f7f8;
  --text: #0e0e10;
  --text-dim: #0e0e10;
  --text-faint: #9b9ba0;
  --brand: #8864e4;
  --on-brand: #ffffff;
  --border: rgba(15, 15, 15, 0.05);
  --border-strong: rgba(15, 15, 15, 0.12);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #fafafc;
  --color-surface: #f7f7f8;
  --color-surface-soft: #ececee;
  --color-surface-violet: #f6f4fe;
  --color-surface-violet-deep: #ede7fc;
  --color-text: #0e0e10;
  --color-text-strong: #000000;
  --color-text-medium: #2b2b2f;
  --color-text-soft: #585964;
  --color-text-muted: #606066;
  --color-text-faint: #9b9ba0;
  --color-brand: #8864e4;
  --color-brand-deep: #7e4dda;
  --color-brand-tint: #f6f4fe;
  --color-brand-tint-strong: #ede7fc;
  --color-on-brand: #ffffff;
  --color-link: #7e4dda;
  --color-link-hover: #8864e4;
  --color-selected-bg: #f6f4fe;
  --color-disabled: #cfcfd4;
  --color-border: rgba(15, 15, 15, 0.05);
  --color-border-strong: rgba(15, 15, 15, 0.12);
  --color-border-subtle: rgba(15, 15, 15, 0.03);
  --color-border-violet: rgba(136, 100, 228, 0.30);
  --color-success-bg: #e7f5ec;
  --color-success-text: #1f6b3e;
  --color-warning-bg: #fef6e4;
  --color-warning-text: #7a5a14;
  --color-danger-bg: #fbebec;
  --color-danger-text: #9a2c34;
  --color-info-bg: #f6f4fe;
  --color-info-text: #5b3eb8;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

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