body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}

/* Placeholder — Colors (vor fi overwrite de Tailwind compilat) */
.bg-slate-50 {
  background-color: #f8fafc;
}
.bg-slate-100 {
  background-color: #f1f5f9;
}
.bg-slate-900 {
  background-color: #0f172a;
}
.text-white {
  color: white;
}
.text-slate-900 {
  color: #0f172a;
}
