/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer theme, base, bootstrap, utilities;
@layer theme {
  :root, :host {
    --tw-color-blue-500: oklch(62.3% 0.214 259.815);
    --tw-text-xl: 1.25rem;
    --tw-text-xl--line-height: calc(1.75 / 1.25);
  }
}
@layer utilities {
  .tw\:flex {
    display: flex;
  }
  .tw\:bg-blue-500 {
    background-color: var(--tw-color-blue-500);
  }
  .tw\:text-xl {
    font-size: var(--tw-text-xl);
    line-height: var(--tw-leading, var(--tw-text-xl--line-height));
  }
}
