/* === tema16.css — BLOK — Sneaker & Streetwear — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F7F7F2;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #000000;
  --color-fg-muted: #666666;
  --color-brand: #E63946;
  --color-accent: #B4E33D;
  --color-border: #E5E5E5;
  --color-border-strong: color-mix(in srgb, #000000 16%, transparent);
  --font-display: "Archivo Black", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
