/*
 * holle-Theme: Farben des Kinderkleiderbasars Holle
 *
 * Überschreibt Bootstrap- und Freelancer-Variablen mit dem holle-spezifischen Design.
 */
:root {
  /* Masthead-Hintergrund */
  --masthead-bg: #fff;

  /* Bootstrap-Variablen überschreiben */
  --bs-primary: #b4f2ff;
  --bs-primary-rgb: 180, 242, 255;
  --bs-secondary: #b280a6;
  --bs-secondary-rgb: 178, 128, 166;
  --bs-link-color: #1abc9c;
  --bs-link-hover-color: #15967d;
  --bs-body-bg: #bbb;
  --bs-body-bg-rgb: 187, 187, 187;
  --bs-border-width: 0.125rem;
  --bs-tertiary-rgb: 255, 246, 179;
  --bs-quartiary-rgb: 255, 255, 255;

  /* Theme-Variablen */
  --theme-dark: #2c3e50;
  --theme-darker: #1a252f;
  --theme-accent: #1abc9c;
  --theme-accent-rgb: 26, 188, 156;
}
