/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-teal-400: oklch(77.7% 0.152 181.912);
  }
}
@layer utilities {
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .text-teal-400 {
    color: var(--color-teal-400);
  }
}
