/*
 * Tailwind's entry point.
 *
 * Imported once, by the screens that are built on utilities. It lands in
 * `main.build.css`, which loads on every MeetingHub admin screen, and that is harmless:
 * `important: '.mhub-tw'` in tailwind.config.js scopes every utility behind that class,
 * so nothing here can reach wp-admin's chrome or the screens still written in SCSS.
 *
 * `base` is kept even though Preflight is off. With Preflight disabled the base layer is
 * only the `--tw-*` custom property defaults, which ring, shadow, transform and filter
 * utilities read at runtime. Drop it and those utilities silently stop working.
 */
@tailwind base;
@tailwind components;
@tailwind utilities;
