/* Owner locked RC-02 palette, Source Serif 4 and Inter. Display appearance retained; delivery pending. */
:root {
  --tnb-red:#C72923;
  --tnb-blue:#16488B;
  --tnb-paper:#EEE8DD;
  --tnb-ink:#231F1F;
  --tnb-white:#fff;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-6:24px;
  --space-8:32px;
  --space-12:48px;
  --space-16:64px;
  --space-24:96px;
  --space-32:128px;
  --rule-thin:1px;
  --rule-standard:2px;
  --rule-graphic:6px;
  --radius:0;
  --display:Impact,'Arial Narrow',sans-serif;
  --serif:"Source Serif 4",Georgia,serif;
  --utility:Inter,Arial,sans-serif;
  --max-width:1440px;
  --gutter:24px
}
