@tailwind base;
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');

/* Thai text renders in the "Thai UI" alias, which sits second in the Tailwind
   sans stack (see config/tailwind.config.js). The @font-face that binds that
   alias to an actual file is emitted per-request by ThaiFontHelper, because the
   face is chosen from System Admin — baking it in here would mean a Tailwind
   rebuild and a deploy every time someone changed the font.

   Inter has no Thai glyphs, so the browser falls through to "Thai UI" for Thai
   characters on its own; mixed EN/TH text needs no spans or markup. */

/* Override Turbo's default blue progress bar */
.turbo-progress-bar {
  background-color: #171717;
}
