/*
Theme Name: Blocksy Child - Yeti on a Leash
Template: blocksy
Version: 1.0.0
Author: Yeti on a Leash
*/

/* ==========================================================================
   YETI ON A LEASH - Brand Styling & Dark Tokens
   ========================================================================== */

:root {
  --theme-palette-color-1: #111111; /* Primär Schwarz */
  --theme-palette-color-2: #1c1c1c; /* Dunkles Anthrazit */
  --theme-palette-color-3: #ffffff; /* Reinweiß */
  --theme-palette-color-4: #f4f4f5; /* Helles Grau / Kontrast */
  --theme-palette-color-5: #2a2a2a; /* Border / Trennlinien */
  --theme-palette-color-6: #a3a3a3; /* Muted Text */
  --theme-palette-color-7: #ffffff;
  --theme-palette-color-8: #000000;
}

/* Typografie & Buttons */
body {
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.button, 
button.button, 
input.button, 
a.button,
.single_add_to_cart_button {
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
  border-radius: 0px !important; /* Minimalistisches Kanten-Design */
  transition: all 0.25s ease !important;
}

/* Germanized Preishinweise & Grundpreis kompakt halten */
.price-unit, 
.wc-gzd-additional-info {
  font-size: 0.85rem !important;
  opacity: 0.8;
}
