/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --tw-color-red-500: oklch(63.7% .237 25.331);
  }
}

@layer base, components;

@layer utilities {
  .tw\:flex {
    display: flex;
  }

  .tw\:bg-red-500 {
    background-color: var(--tw-color-red-500);
  }
}
