/* =========================
   Schriftarten
   ========================= */
@font-face {
  font-family: 'Playfair Display';
  src: url('/schrift/Playfair_Display/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lora';
  src: url('/schrift/Lora/Lora-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sacramento';
  src: url('/schrift/Sacramento/Sacramento-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --salbei: #A8C4B5;
  --altrosa: #E6B8C4;
  --creme: #FAF1E6;
  --warmgrau: #7F7F7F;
  --warmgrau-dunkel: #5C5C5C;
  --gold: #D4AF37;
  --dunkelgrau: #3E3E3E;

  /* Neue Kontrastfarben */
  --text-dunkel-kontrast: #413d3d;
  --text-hell: #FFFFFF;
  --braun-warm: #744740;
}

.amp {
  font-family: 'Lora'; /* oder eine andere stilvolle Schrift */
  font-size: 1em; /* optional größer */
  color: var(--salbei); /* optional andere Farbe */
  margin: 0 0.2rem; /* etwas Abstand */
}

.amp1 {
  font-family: 'Lora'; /* oder eine andere stilvolle Schrift */
  font-size: 1em; /* optional größer */
  color: white; /* optional andere Farbe */
  margin: 0 0.2rem; /* etwas Abstand */
}