/**
 * Generated from Plain — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #8a8a8a;
  --brand: #1ad379;
  --on-brand: #000000;
  --border: rgba(0, 0, 0, 0.08);
  --border-strong: rgba(0, 0, 0, 0.16);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-secondary: #f5f5f5;
  --color-bg-tertiary: #fafafa;
  --color-surface: #ffffff;
  --color-surface-elev: #fafafa;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-medium: #1a1a1a;
  --color-text-soft: #5b5b5b;
  --color-text-faint: #8a8a8a;
  --color-text-muted: #b8b8b8;
  --color-brand: #1ad379;
  --color-brand-hover: #0fb866;
  --color-brand-deep: #0a8f4f;
  --color-brand-soft: #e8faf0;
  --color-brand-tint: #b8f0d2;
  --color-on-brand: #000000;
  --color-cta-bg: #1ad379;
  --color-cta-text: #000000;
  --color-link: #000000;
  --color-link-hover: #1ad379;
  --color-selected-bg: #f5f5f5;
  --color-disabled: #b8b8b8;
  --color-border: rgba(0, 0, 0, 0.08);
  --color-border-strong: rgba(0, 0, 0, 0.16);
  --color-border-subtle: rgba(0, 0, 0, 0.04);
  --color-border-brand: rgba(26, 211, 121, 0.30);
  --color-success-bg: #e8faf0;
  --color-success-text: #0a8f4f;
  --color-warning-bg: #fff4e0;
  --color-warning-text: #7a4a00;
  --color-danger-bg: #fde6e6;
  --color-danger-text: #a82020;
  --color-info-bg: #eef2f7;
  --color-info-text: #1a1a1a;

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

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

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

  /* fonts */
  --font-display: 'ABC Favorit', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'ABC Favorit', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'ABC Favorit Mono', ui-monospace, monospace;
}
