/**
 * Generated from Etsy — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #222222;
  --text-dim: #222222;
  --text-faint: #222222;
  --brand: #f1641e;
  --on-brand: #ffffff;
  --border: #e6e6e6;
  --border-strong: #cccccc;
  --success: #067f5b;
  --warning: #a35316;
  --danger: #a61b1b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #fff8f0;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f6f6;
  --color-surface-strong: #eeeeee;
  --color-surface-warm: #fff8f0;
  --color-surface-orange: #fff1ea;
  --color-brand: #f1641e;
  --color-brand-hover: #d9591a;
  --color-brand-active: #b94816;
  --color-brand-pale: #ffd7c2;
  --color-brand-deep: #7d4521;
  --color-text: #222222;
  --color-text-strong: #111111;
  --color-text-muted: #595959;
  --color-text-soft: #757575;
  --color-text-on-orange: #ffffff;
  --color-link: #222222;
  --color-link-hover: #f1641e;
  --color-border: #e6e6e6;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #cccccc;
  --color-border-input: #999999;
  --color-star-orange: #f1641e;
  --color-star-empty: #dddddd;
  --color-free-shipping-green: #067f5b;
  --color-bestseller-tag: #fff1ea;
  --color-bestseller-text: #7d4521;
  --color-star-seller-bg: #fff1ea;
  --color-star-seller-text: #7d4521;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-elev: rgba(0,0,0,0.16);
  --color-success: #067f5b;
  --color-warning: #a35316;
  --color-warning-soft: #fff7e6;
  --color-danger: #a61b1b;
  --color-info: #1e4dc4;

  /* 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: 12px;
  --radius-pill: 9999px;

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

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