/**
 * Generated from Replicate — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fcfcfc;
  --surface-alt: #fcfcfc;
  --text: #202020;
  --text-dim: #202020;
  --text-faint: #b3b3b3;
  --brand: #202020;
  --on-brand: #fcfcfc;
  --border: #e9e9e9;
  --border-strong: #cccccc;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #fdfdfd;
  --color-surface: #fcfcfc;
  --color-surface-light: #f5f5f5;
  --color-text: #202020;
  --color-text-strong: #000000;
  --color-text-medium: #404040;
  --color-text-soft: #646464;
  --color-text-muted: #8a8a8a;
  --color-text-faint: #b3b3b3;
  --color-brand: #202020;
  --color-brand-deep: #000000;
  --color-on-brand: #fcfcfc;
  --color-link: #202020;
  --color-link-hover: #000000;
  --color-selected-bg: #f5f5f5;
  --color-disabled: #b3b3b3;
  --color-border: #e9e9e9;
  --color-border-strong: #cccccc;
  --color-border-subtle: #f0f0f0;
  --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: #eef2f7;
  --color-info-text: #1f4a7a;

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

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

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

  /* fonts */
  --font-display: 'rb-freigeist-neue', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'basier-square', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'jetbrains-mono', ui-monospace, monospace;
}
