/**
 * Generated from Loom — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #292a2e;
  --text-dim: #292a2e;
  --text-faint: #b7b9be;
  --brand: #1868db;
  --on-brand: #ffffff;
  --border: #e4e2e7;
  --border-strong: #dddee1;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8f8f8;
  --color-bg-muted: #f0f1f2;
  --color-surface: #ffffff;
  --color-surface-blue: #e9f2fe;
  --color-surface-violet: #f8eefe;
  --color-text: #292a2e;
  --color-text-heading: #101214;
  --color-text-strong: #1e1f21;
  --color-text-secondary: #505258;
  --color-text-tertiary: #6c6f77;
  --color-text-muted: #8c8f97;
  --color-text-faint: #b7b9be;
  --color-brand: #1868db;
  --color-brand-hover: #1558bc;
  --color-brand-active: #123263;
  --color-brand-soft: #e9f2fe;
  --color-brand-tint: #cfe1fd;
  --color-brand-mid: #4d8ced;
  --color-brand-outline: #a3c3f1;
  --color-on-brand: #ffffff;
  --color-accent-violet: #d8a0f7;
  --color-accent-violet-soft: #f8eefe;
  --color-accent-violet-mid: #bf63f3;
  --color-accent-violet-deep: #964ac0;
  --color-accent-record: #ff613d;
  --color-accent-record-soft: #ff613d20;
  --color-link: #1868db;
  --color-link-hover: #1558bc;
  --color-selected-bg: #e9f2fe;
  --color-disabled: #b7b9be;
  --color-border: #e4e2e7;
  --color-border-soft: #f1f0f3;
  --color-border-strong: #dddee1;
  --color-border-input: #b7b9be;
  --color-border-brand: #1868db;
  --color-success-bg: #efffd6;
  --color-success-text: #4c6b1f;
  --color-success-solid: #94c748;
  --color-warning-bg: #fff5d4;
  --color-warning-text: #8a5700;
  --color-warning-solid: #ffc716;
  --color-danger-bg: #ff613d20;
  --color-danger-text: #c77b00;
  --color-danger-solid: #ff613d;
  --color-info-bg: #e9f2fe;
  --color-info-text: #1558bc;

  /* type */
  --display-size: 80px;
  --h1-size: 44px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --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: 'Charlie Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Charlie Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
