/**
 * Generated from Picoko — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fbfaf8;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #121110;
  --text-dim: #121110;
  --text-faint: #c3bfbb;
  --brand: #fe1c71;
  --on-brand: #ffffff;
  --border: rgba(18, 17, 16, 0.08);
  --border-strong: rgba(18, 17, 16, 0.16);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fbfaf8;
  --color-bg-alt: #f5f3f0;
  --color-surface: #ffffff;
  --color-surface-soft: #f9f8f6;
  --color-surface-elevated: #ffffff;
  --color-text: #121110;
  --color-text-strong: #0a0909;
  --color-text-muted: #6b6663;
  --color-text-soft: #9c9793;
  --color-text-faint: #c3bfbb;
  --color-brand: #fe1c71;
  --color-brand-deep: #e5005c;
  --color-brand-soft: rgba(254, 28, 113, 0.10);
  --color-on-brand: #ffffff;
  --color-link: #121110;
  --color-link-hover: #fe1c71;
  --color-selected-bg: rgba(254, 28, 113, 0.08);
  --color-disabled: #c3bfbb;
  --color-border: rgba(18, 17, 16, 0.08);
  --color-border-strong: rgba(18, 17, 16, 0.16);
  --color-border-subtle: rgba(18, 17, 16, 0.04);
  --color-border-brand: rgba(254, 28, 113, 0.30);
  --color-success-bg: rgba(34, 197, 94, 0.10);
  --color-success-text: #15803d;
  --color-warning-bg: rgba(234, 179, 8, 0.12);
  --color-warning-text: #a16207;
  --color-danger-bg: rgba(239, 68, 68, 0.10);
  --color-danger-text: #b91c1c;
  --color-info-bg: rgba(254, 28, 113, 0.08);
  --color-info-text: #c0004e;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 16px;
  --radius-pill: 32px;

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

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