/*
Theme Name: La Boutique de l'Occas
Theme URI: https://boutique-occas.fr
Author: Ludy
Description: Thème WordPress/WooCommerce pour La Boutique de l'Occas — jeux vidéo, consoles et cartes Pokémon d'occasion à Rouen. Identité sombre/vert foncé, WooCommerce natif.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: boutique-occas
WC requires at least: 8.0
WC tested up to: 9.4
*/

:root {
  --loccas-bg: #1b1c1f;
  --loccas-bg-card: #25272b;
  --loccas-bg-card-hover: #2d2f34;
  --loccas-border: #383a40;
  --loccas-text: #f2f2f0;
  --loccas-text-muted: #a6a8ad;
  --loccas-accent: #1c6b42;
  --loccas-accent-dark: #0f4a2c;
}

* { box-sizing: border-box; }

body {
  background: var(--loccas-bg);
  color: var(--loccas-text);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
