/*
Theme Name: The Ledger
Theme URI: https://example.com/the-ledger
Author: mdm
Description: Editorial local-news theme. Bento featured grid, 70/30 feed + sidebar, Playfair Display + Inter, emerald accent, dark mode via prefers-color-scheme. Styled with Tailwind (CDN).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: the-ledger
*/

/* All styling is Tailwind utility classes in the templates.
   ponytail: Tailwind Play CDN, swap for a compiled stylesheet before production. */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
