/*
Theme Name: TopSportsRef 2026
Author: TopSportsRef
Description: The 2026 redesign of TopSportsRef. A sports desk that reads like a daily and scores like a scoreboard: deep pitch green, chalk white, one warm signal colour, condensed display type over a serif text face.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: tsr-theme
*/

/* Design tokens. Named after what they are on a matchday: the pitch, the chalk line, the paper, the flare. */
:root {
  --pitch: #0E3B2E;        /* deep green ink: masthead band, footer, scoreboards */
  --pitch-2: #164F3E;      /* lighter green for hover / secondary surfaces on dark */
  --chalk: #D6F55A;        /* lime chalk line: numerals and marks on green only */
  --paper: #FFFFFF;
  --paper-2: #F1F3EF;      /* cool grey-green panel */
  --ink: #101512;
  --ink-2: #3F4944;        /* secondary text */
  --ink-3: #5F6A64;        /* meta text, 5.6:1 on white */
  --rule: #DCE2DD;
  --rule-2: #C4CCC6;
  --flare: #E8481C;        /* live, breaking, the one warm accent */
  --flare-ink: #B8340F;
  --maxw: 1240px;
  --text-w: 700px;         /* measure for article body */
  --display: "Source Sans 3", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;   /* headlines, navigation, UI */
  --num: "Big Shoulders Display", "Archivo Narrow", "Arial Narrow", sans-serif-condensed, sans-serif; /* scores, times, standings figures */
  --serif: "Source Serif 4", "Iowan Old Style", Georgia, "Times New Roman", serif;
}
