@charset "UTF-8";

:root {
  /* Brand */
  --color-primary: #4b8859;
  --color-primary-dark: #156a38;
  --color-primary-medium: #307557;

  /* Accent — teal green */
  --color-teal: #2d937e;
  --color-teal-dark: #17524d;

  /* Green backgrounds */
  --color-green-bg: #e8f4eb;
  --color-green-light: #b5dfbf;

  /* Text */
  --color-text: #333;
  --color-text-dark: #262626;
  --color-text-secondary: #676767;

  /* Borders */
  --color-border: #e1e1e1;
  --color-border-light: #e5e5e5;
}
