/*
Theme Name:  Hydster® – STEIZL
Theme URI:   https://www.steizl.shop
Description: Produkttheme für den Hydster® Kupferheizkörper von STEIZL®. Funktioniert am besten mit dem Hydster Konfigurator Plugin.
Version:     1.0.0
Author:      STEIZL® – Thorsten Lange
Author URI:  https://www.steizl.net
License:     GPL2
Text Domain: hydster-theme
*/

/* ═══════════════════════════════════════
   HYDSTER® THEME – GLOBALE STYLES
   Kupfer-Farbwelt, Typografie, Layout
═══════════════════════════════════════ */
:root {
  --cu:    #b87333;
  --cu-l:  #d4956a;
  --cu-ll: #f5ede6;
  --cu-d:  #7a4a1e;
  --cu-dd: #3d1a00;
  --ink:   #1a1008;
  --stone: #2e1f0f;
  --warm:  #f7f0e8;
  --mid:   #9a7b5a;
  --white: #fffcf8;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
a { color: var(--cu); text-decoration: none; }
a:hover { color: var(--cu-d); }
img { display: block; max-width: 100%; height: auto; }
h1,h2,h3,h4,h5,h6 { font-weight: 400; line-height: 1.2; }
p { line-height: 1.7; margin-bottom: 1em; }
ul { padding-left: 1.5em; }
