/* ================================================================
   True Blue Tour — Global Variables
================================================================ */

:root {
  --tbt-bg: #f7f4ef;
  --tbt-bg-2: #e7e4dd;
  --tbt-ink: #111111;
  --tbt-primary: #1479b8;
  --tbt-accent: #365c6c;
  --tbt-secondary: #e6ded2;
  /*--tbt-muted: #6b7a84;*/
  --tbt-muted: #4d5254;
  --tbt-border: #e0dbd3;
  --tbt-card: #ffffff;
  --tbt-serif: "Cormorant Garamond", Georgia, serif;
  --tbt-sans: "Inter", Arial, sans-serif;
  --tbt-red: #b80000;
}
