/**
 * Generated from Bandcamp — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafaf6;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #bcbcbc;
  --brand: #629aa0;
  --on-brand: #ffffff;
  --border: #dcdcd6;
  --border-strong: #bcbcb6;
  --success: #3d8b62;
  --warning: #cc7a3a;
  --danger: #a83a3a;

  /* full color palette */
  --color-bg: #fafaf6;
  --color-bg-soft: #f5f5f0;
  --color-bg-deeper: #eeeee8;
  --color-bg-warm: #fdfdf6;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f0f0eb;
  --color-brand: #629aa0;
  --color-brand-hover: #4a8087;
  --color-brand-pressed: #3a6770;
  --color-brand-deep: #2a4f56;
  --color-brand-tint: #dfeded;
  --color-brand-soft: #b8d5d8;
  --color-on-brand: #ffffff;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #629aa0;
  --color-link-hover: #3a6770;
  --color-selected-bg: #dfeded;
  --color-border: #dcdcd6;
  --color-border-strong: #bcbcb6;
  --color-border-soft: #ebebe5;
  --color-border-brand: #629aa0;
  --color-buy-now-orange: #cc7a3a;
  --color-vinyl-warm: #c97558;
  --color-cassette-warm: #bf8a3c;
  --color-success: #3d8b62;
  --color-warning: #cc7a3a;
  --color-danger: #a83a3a;
  --color-info: #629aa0;

  /* type */
  --display-size: 48px;
  --h1-size: 24px;
  --h2-size: 20px;
  --body-size: 13px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.012em;

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

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

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