:root{
  --bg: #f4f6f8;
  --border: #e3e8ee;
  --brand-dark: #12793a;
  --header-bg: #ffffff;
  --brand: #1a9e4c;
  --sidebar-bg: #ffffff;
  --surface: #ffffff;
  --font-base: Roboto, system-ui, sans-serif;
  --font-size: 14px;
  --radius: 10px;
}
