/*
 * Site-wide presentation tokens
 * Matched to the current Bari Liquid Force homepage.
 */
:root {
  --primary: #006050;
  --primary-dark: #004d40;
  --primary-light: #e6f7f5;
  --accent: #fbbf24;
  --accent-dark: #b45309;
  --accent-hover: #d97706;
  --accent-light: #fffbeb;
  --text: #111827;
  --text-light: #4b5563;
  --text-muted: #6b7280;
  --bg: #ffffff;
  --bg-alt: #f9fafb;
  --bg-light: #f9fafb;
  --bg-warm: #fffbeb;
  --border: #e5e7eb;
  --border-light: #f3f4f6;
  --color-primary: #006050;
  --color-primary-dark: #004d40;
  --color-primary-light: #e6f7f5;
  --color-accent: #fbbf24;
  --color-accent-dark: #b45309;
  --color-accent-light: #fffbeb;
  --color-text: #111827;
  --color-text-light: #4b5563;
  --color-text-muted: #6b7280;
  --color-bg: #ffffff;
  --color-bg-alt: #f9fafb;
  --color-bg-light: #f9fafb;
  --color-border: #e5e7eb;
  --color-border-light: #f3f4f6;
  --font-sans: 'Montserrat', system-ui, sans-serif;
  --font-serif: 'Montserrat', system-ui, sans-serif;
  /* Aliases used by the category and legacy campaign pages. */
  --teal: #006050;
  --teal-dark: #004d40;
  --teal-light: #e6f7f5;
  --orange: #fbbf24;
  --orange-dark: #b45309;
  --ink: #111827;
  --muted: #4b5563;
  --line: #e5e7eb;
  --soft: #f9fafb;
  --deep-teal: #006050;
  --aqua: #33bfaf;
  --leaf: #6db030;
  --forest: #004d40;
  --warm: #f9fafb;
  --charcoal: #111827;
  --sans: 'Montserrat', system-ui, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', system-ui, sans-serif !important;
}
