/* SetuFarm Web — design tokens.
   Measured from the platform screenshots:
   primary #005777, active accent #F5821F, success green, Zoho-derived amber. */
:root {
  --brand: #005777;
  --brand-dk: #00405A;
  --accent: #F5821F;
  --ink: #1C2B3A;
  --muted: #5A7184;
  --hint: #9AAAB5;
  --line: #E2E9ED;
  --page: #F4F7F9;
  --surface: #FFFFFF;
  --ice: #E8F2F4;
  --success-bg: #E1F5EE;
  --success-fg: #0F6E56;
  --zoho-bg: #FAEEDA;
  --zoho-fg: #854F0B;
  --danger: #C0392B;
  --radius: 8px;
  --rail-w: 76px;
  --fly-w: 232px;
  --top-h: 52px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, sans-serif;
}
