/*
Theme Name: Poet Roastery (Child)
Theme URI: https://poetroastery.kinsta.cloud
Description: Custom GeneratePress child theme for Poet Roastery — the "Coastal Editorial" design system (locked UX A.0 tokens, asymmetric editorial grid, self-hosted Fraunces + Inter with Vietnamese subset). No page builder (ADR-004).
Author: Poet Roastery / BMAD implementation
Template: generatepress
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: poet-child
*/

/*
  Design tokens live in theme.json (palette, typography, spacing, radius) and are
  emitted by WordPress as --wp--preset--* custom properties.
  The editorial grid + component styles live in assets/css/editorial.css.
  This file intentionally holds only the theme header + a couple of global resets;
  do NOT add page-builder CSS here.
*/

/* Smooth anchor scrolling (motion utilities expanded in Story 3.7) */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Warm canvas baseline (token-backed; theme.json also sets this) */
body {
  background-color: var(--wp--preset--color--surface, #FBFAF5);
  color: var(--wp--preset--color--on-surface, #1F2A2E);
}
