/**
 * CSS Custom Properties (variables.css)
 *
 * Parametry, které lze změnit bez rekompilace SASS/Vite buildu.
 * Zákazník může přepsat hodnoty v šabloně nebo vlastním CSS souboru.
 */

:root {
  /* --- Article Gallery --- */
  --gallery-border-radius: 4px;
  --gallery-hover-scale: 1.03;
  --gallery-transition: 0.2s ease;
}
