/*
Theme Name: ENP Theme — Siren by RW
Description: Classic PHP theme for the Siren by RW Seafood Species Knowledge Hub. Clones the Nautical Archivist design from code.html (Material Design 3 token palette, Noto Serif + Manrope). All data logic lives in the companion enp-seafood-guide plugin. Tailwind is built locally (see build/) rather than loaded via Play CDN.
Version: 1.1.0
Text Domain: enp-theme
Tags: classic, seafood, tailwind
*/

/* Base body defaults — values pulled from the MD3 token palette that lives
   in tailwind.config.js. Needed here because style.css is plain CSS with no
   Tailwind `theme()` helper at runtime (Play-CDN used to resolve it). */
body {
  background-color: #fafaf5;
  color: #1a1c19;
  font-family: Manrope, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif", serif;
}
