/*
Theme Name: Gregory Burns
Theme URI: https://gregoryburns.com
Author: Dave Beyer
Description: Custom theme for gregoryburns.com — painter, speaker, Paralympic gold medalist.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
*/

/* ── GLOBAL: Hero H1 gold second line ──────────────────────────────────────
   All hero headings use the pattern: white first line / gold second line.
   Any <em> inside an <h1> is the gold line — not italic, always gold.
   This rule covers every page so new pages inherit it automatically.
──────────────────────────────────────────────────────────────────────────── */
h1 em {
  color: #c9a84c;
  font-style: normal;
}
