/* ------------------------------------------------------------------
   Parent base text size (restaurantassociation.com).
   From the parent's tailwind.config.ts ramp: custom-base-normal = 18px / 24px / 400.
   Scoped to body + p only — the one change that actually renders, since this
   theme's headings are sized by component classes, not bare h1-h6. Loaded last
   so it wins over style.css's p { font-size: 15px }. Easily reverted by removing
   the <link> in includes_top.php.
   ------------------------------------------------------------------ */

body {
   font-size: 18px;
   line-height: 24px;
   font-weight: 400;
}

p {
   font-size: 18px;
   line-height: 24px;
   font-weight: 400;
}
