/* app.css — global plain-CSS base, loaded on every page from views/layout.php <head>.
 * Plain-CSS base fallback: keeps text legible even if the Tailwind script is slow/
 * unavailable. The Tailwind theme + design-system (@layer base/components, :root
 * variables) stays INLINE in layout.php — the Play CDN only compiles inline
 * <style type="text/tailwindcss">. Do not move that block here. */

body {
  font-family: 'Poppins', 'Kanit', 'Segoe UI', system-ui, sans-serif;
  color: #0A1628;
  background: #f7f3ee;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
  color: #0A1628;
}

a {
  color: #1A2B4A;
}
