/* Base page styles — colors/fonts/radii themselves live in js/tailwind-config.js
   (the Tailwind config), this file is just for things Tailwind utilities
   don't cover directly. */
body {
  background-color: #FAF9F6;
  color: #1a1c1a;
}
