/* Placeholder client colors for Amálka site. Adjust as needed. */
:root {
  --c-primary: #bc1c1f; /* warm yellow, teddy vibe */
  --c-secondary: #ff6b6b; /* playful coral */
  --c-accent: #6c5ce7; /* soft purple */
}

.text-color { color: var(--c-primary); }
.bg-primary { background-color: var(--c-primary) !important; }
