/* ============================================================
   ChessMatters — Theme Overrides
   Generated by Theme Editor · wittshirt.com
   ============================================================ */

:root {
  --black: #007bff;
  --white: #f5f5f0;
  --gold: #56def0;
  --gold-bright: #35fda0;
  --gray-dark: #1a1a1a;
  --gray-mid: #1a1a1a;
  --gray-light: #00fbff;
  --border: #2a2a2a;
  --cream: #ffffff;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-mono: 'DM Mono', monospace;
  --radius: 4px;
}

.product-card:hover { transform: translateY(-4px); }
.hero-board-bg { opacity: 0.3; }

/* Hero piece image */
.hero-piece {
  font-size: 0 !important;
  opacity: 0.4 !important;
  width: clamp(12rem, 25vw, 22rem) !important;
  height: clamp(12rem, 25vw, 22rem) !important;
  background-image: url("/images/hero-piece.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
