/*
Theme Name: Das Salz Theme
Theme URI: DasSalz
Template: hello-elementor
Author: Alex. Heller
Description: Anpassung für das Salz
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1746629688
Updated: 2025-05-07 14:54:48
*/

/* 16px Root: 1rem = 16px */
html {
  font-size: 10px;
}

 Optional: angenehme Standard-Lesbarkeit
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

 Optional: Reduziere Animationen bei Systempräferenz
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
