/* Snøsnute design tokens.
 *
 * Every value is measured from the Elementor original (computed styles at
 * 1366px), not invented. The palette is the Elementor kit's global colours;
 * the type scale is the kit's primary/secondary typography. Change these and
 * the whole site follows — pages reference tokens, never raw values.
 */
:root {
  /* Colour — kit globals */
  --paper: #000000;          /* page ground */
  --panel: #ffffff;          /* dog popup sheet, partner band */
  --ink: #ffffff;            /* primary headings */
  --ink-soft: #dfdfdf;       /* body text (kit "text") */
  --ink-mute: #757575;       /* about-page eyebrow */
  --grey: #383838;           /* inactive popup-menu items */
  --cyan: #05dfd7;           /* kit "secondary" — links, buttons, icons */
  --cyan-deep: #038480;      /* partner checklist on white */
  --green: #7dff43;          /* kit "accent" — gallery filter underline */
  --steel: #4682b4;          /* the OUR DOGS hero title, as the original renders it */
  --hairline: #1f1f1f;       /* footer rule */

  /* Type — kit typography */
  --font-display: "Saira Condensed", "Arial Narrow", sans-serif;
  --font-body: "Poppins", "Segoe UI", sans-serif;

  /* Display scale: 160/110/56 at 0.8 line-height comes from the kit and is
   * applied via clamp in styles.css. */
  --t-display: 160px;
  --t-display-lh: 0.8;
  --t-h-mid: 65px;           /* about-page section titles */
  --t-h-poppins: 40px;       /* "2026 RACES", "STANDARD PLANS", "WHAT WE DO" */
  --t-name: 32px;            /* dog names, race names — Saira 600, ls 3.7px */
  --t-kicker: 19px;          /* uppercase Poppins kickers, ls 2.15px */

  /* Layout */
  --container: 1500px;       /* Elementor kit content width */
  --gutter: 60px;
  --header-h: 99px;
}
