/**
 * Generated from Target — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #333333;
  --brand: #cc0000;
  --on-brand: #ffffff;
  --border: #dddddd;
  --border-strong: #cccccc;
  --success: #377e36;
  --warning: #cc6600;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #f7f7f7;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-strong: #e8e8e8;
  --color-surface-red-soft: #ffeeee;
  --color-brand: #cc0000;
  --color-brand-hover: #aa0000;
  --color-brand-active: #880000;
  --color-brand-pale: #ffd6d6;
  --color-text: #333333;
  --color-text-strong: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #888888;
  --color-text-on-red: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-link: #366cd9;
  --color-link-hover: #244a96;
  --color-border: #dddddd;
  --color-border-soft: #eeeeee;
  --color-border-strong: #cccccc;
  --color-border-input: #bbbbbb;
  --color-circle-gold: #fcc111;
  --color-shipt-green: #5d3eb8;
  --color-rating-red: #cc0000;
  --color-rating-empty: #dddddd;
  --color-freshness-green: #377e36;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.12);
  --color-success: #377e36;
  --color-warning: #cc6600;
  --color-warning-soft: #fff7e6;
  --color-danger: #cc0000;
  --color-info: #366cd9;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Liberation Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Liberation Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
