/* ==========================================================================
   HANTIS BRAND TOKENS — single source of truth for web + print
   Fonts are self-hosted (SIL Open Font License) so PDFs and the site
   render identically offline. Paths are relative to this file.
   ========================================================================== */

@font-face { font-family: "Anton"; src: url("fonts/Anton-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/Barlow-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/Barlow-400i.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/Barlow-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/Barlow-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("fonts/Barlow-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("fonts/BarlowCondensed-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("fonts/BarlowCondensed-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("fonts/BarlowCondensed-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  /* Core — taken directly from the registered logo */
  --h-red: #ED1C24;        /* Serve Red: logo, big fills, team red */
  --h-blue: #283891;       /* Court Blue: logo, headings, links, team blue */

  /* Text-safe variants (WCAG AA on white) */
  --h-red-ink: #C8102E;    /* red for text/buttons on light (5.9:1) */
  --h-blue-ink: #283891;   /* 10.2:1 on white */

  /* Signature accent — the tennis ball */
  --h-ball: #D9F24A;       /* Ball Yellow: ball paths, highlights. Never text on light. */

  /* Neutrals */
  --h-ink: #101218;        /* Court Black: body text, dark surfaces */
  --h-ink-2: #1B1F29;      /* raised dark surface */
  --h-steel: #5A6272;      /* secondary text */
  --h-line: #DADDE3;       /* rules, borders on light */
  --h-chalk: #F6F4EE;      /* warm paper background */
  --h-white: #FFFFFF;

  /* Type */
  --f-display: "Anton", "Impact", "Arial Narrow", sans-serif;
  --f-label: "Barlow Condensed", "Arial Narrow", sans-serif;
  --f-body: "Barlow", "Helvetica Neue", Arial, sans-serif;

  /* Radii echo the rounded table corners */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 22px;
}
