/*
Theme Name: Flywheel Law
Theme URI: https://flywheellaw.com/
Author: Flywheel Law
Author URI: https://flywheellaw.com/
Description: A warm, editorial WordPress theme for boutique law firms. Pairs Cormorant Garamond display type with Inter body text on a deep navy and warm gold palette. Built for business litigation, civil litigation, and fractional general counsel practices.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flywheel-law
Tags: law-firm, professional, editorial, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/*
 * Visible styles live in /assets/css/main.css for clarity and cache control.
 * This file is required by WordPress for theme metadata and contains a few
 * baseline accessibility resets so the theme degrades gracefully if the
 * compiled stylesheet fails to load.
 */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: Georgia, "Times New Roman", serif; color: #1a1a1a; background: #faf6ee; }
img { max-width: 100%; height: auto; }
a { color: #0f1e36; }
.screen-reader-text { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
