/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
:root, :host {
  --color-slate-950: #020617;
  --color-slate-100: #f1f5f9;
}
.bg-slate-950 {
  background-color: var(--color-slate-950);
}
.text-slate-100 {
  color: var(--color-slate-100);
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
