/*
Theme Name: Te Aho To'a
Theme URI: https://teahotoa.pf
Author: Te Aho To'a
Author URI: https://teahotoa.pf
Description: Custom WordPress theme migrated from the previous CouchCMS site (Tailwind CDN-based).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: te-aho-toa
Tags: custom, tailwind, blog, one-column
*/

:root {
  --lagoon: #0E6B75;
  --lagoon-dark: #094a52;
  --coral: #F2913D;
  --coral-hover: #d67925;
  --sand: #F7F9F9;
}

/* Minimal baseline: Tailwind is loaded via CDN; these are small fixes only. */
html, body {
  height: 100%;
}

body {
  background: var(--sand);
}

.prose img {
  border-radius: 1rem;
}