/**
 * Generated from Logitech — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1d1d1d;
  --text-dim: #1d1d1d;
  --text-faint: #8a8a8a;
  --brand: #00b8fc;
  --on-brand: #ffffff;
  --border: #e2e8ef;
  --border-strong: #0073e6;
  --success: #2d8659;
  --warning: #f5a623;
  --danger: #d63838;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f7fa;
  --color-bg-cool: #eef3f8;
  --color-bg-deep: #1d1d1d;
  --color-bg-darkest: #000000;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f7fa;
  --color-surface-cool: #eef3f8;
  --color-surface-strong: #e2e8ef;
  --color-surface-elevated: #ffffff;
  --color-surface-input: #ffffff;
  --color-surface-product-band: linear-gradient(180deg, #f0f8ff 0%, #ffffff 100%);
  --color-text: #1d1d1d;
  --color-text-strong: #000000;
  --color-text-soft: #5a5a5a;
  --color-text-faint: #8a8a8a;
  --color-text-disabled: #b3b3b3;
  --color-text-on-dark: #ffffff;
  --color-text-link: #0073e6;
  --color-brand: #00b8fc;
  --color-brand-mid: #0073e6;
  --color-brand-deep: #003a7a;
  --color-brand-hover: #0095d3;
  --color-brand-active: #005bb8;
  --color-brand-gradient: linear-gradient(135deg, #00b8fc 0%, #0073e6 50%, #003a7a 100%);
  --color-brand-gradient-soft: linear-gradient(135deg, #d4f0ff 0%, #b3deff 100%);
  --color-brand-pastel-pink: #ffb5c5;
  --color-brand-pastel-mint: #a8e6d3;
  --color-brand-pastel-yellow: #ffe082;
  --color-on-brand: #ffffff;
  --color-cta-primary: #0073e6;
  --color-cta-primary-hover: #005bb8;
  --color-cta-buy: #0073e6;
  --color-link-default: #0073e6;
  --color-link-visited: #0073e6;
  --color-link-hover: #005bb8;
  --color-border: #e2e8ef;
  --color-border-soft: #f0f4f8;
  --color-border-strong: #0073e6;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-soft: rgba(0,32,77,0.05);
  --color-shadow-card: rgba(0,32,77,0.08);
  --color-shadow-elev: rgba(0,32,77,0.12);
  --color-shadow-deep: rgba(0,32,77,0.2);
  --color-badge-new: #0073e6;
  --color-badge-deal: #d63838;
  --color-badge-eco: #2d8659;
  --color-price: #1d1d1d;
  --color-price-strikethrough: #8a8a8a;
  --color-price-discount: #d63838;
  --color-rating-star: #f5a623;
  --color-success: #2d8659;
  --color-warning: #f5a623;
  --color-danger: #d63838;
  --color-info: #0073e6;

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

  /* 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: 'Brown', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Brown', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
