/*
Theme Name: VTScout News
Theme URI: https://vtscout.com
Author: VTScout
Author URI: https://vtscout.com
Description: SEO-first local Vermont news theme. Alpine green / cream palette, Bricolage Grotesque + Fraunces type stack, custom post types for towns and events, comprehensive JSON-LD schema for Google News eligibility, mobile-first responsive design, Core Web Vitals optimized.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: Proprietary
License URI: https://vtscout.com/license
Text Domain: vtscout-news
Tags: news, local-news, blog, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, theme-options, seo
*/

/* All visual styles ship via Tailwind CDN + inline custom CSS in header.php.
   This stylesheet exists for the WordPress theme metadata header above
   plus a few admin/editor styles below. */

/* Block editor — match front-end body */
body.block-editor-iframe__body {
    background: #f3ecdb;
    color: #0d3b2a;
    font-family: 'Bricolage Grotesque', system-ui, sans-serif;
}
