/* Thomas Masselink – Farben und Grundwerte */

:root {
  --blau: #1e3550;
  --creme: #f8f5ef;
  --creme-hell: #fffdf8;
  --sand: #a36b4f;
  --text: #34312d;
  --muted: #746c64;
  --linie: rgba(30, 53, 80, 0.13);
  --linie-hell: rgba(30, 53, 80, 0.08);
  --max: 1180px;
}
