/*
Theme Name: Line of Scrimmage
Template: efficiency
Author: Slop Factory
Description: Line of Scrimmage (betting) child of Efficiency+. Chalk-gold accent, betting chrome. Pairs with the los-region.php mu-plugin for server-side region + RG + affiliate compliance.
Version: 1.0.0
Text Domain: line-of-scrimmage
*/

/* Chalk-gold accent — overrides the parent default across light / dark / data-theme. */
:root{ --accent:#A9781F; --accent-soft:#C89B4A; }
@media (prefers-color-scheme:dark){ :root{ --accent:#E8B04B; --accent-soft:#B98A34; } }
:root[data-theme="light"]{ --accent:#A9781F; --accent-soft:#C89B4A; }
:root[data-theme="dark"]{  --accent:#E8B04B; --accent-soft:#B98A34; }
