/* ================================================
   cassiopeia_wh – user.css
   Farbschema angelehnt an Hydrogen/w-hoelzel.de
   ================================================ */

:root {
  --wh-blau:        #2d7cc1;
  --wh-blau-dunkel: #1a5a99;
  --wh-blau-hell:   #e8f2fb;
  --wh-text:        #2c2c2c;
  --wh-text-hell:   #555555;
  --wh-weiss:       #ffffff;
  --wh-grau-hell:   #f5f5f5;
  --wh-grau-rand:   #e0e0e0;
}

/* Basis-Typografie */
body {
  color: var(--wh-text);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

/* Überschriften */
h1, h2, h3, h4 {
  color: var(--wh-blau-dunkel);
  font-weight: 600;
}

