/* AMS CO — marca sobre el design system Industry. Sólo tokens y resets. */
:root {
  --color-accent: #36956c;
  --color-accent-2: #36956c;
  --color-accent-100: #eaf6f0;
  --color-accent-200: #cfe9dc;
  --color-accent-300: #a9d6c1;
  --color-accent-400: #79bb9d;
  --color-accent-500: #4da37e;
  --color-accent-600: #2c7c59;
  --color-accent-700: #1f6b4c;
  --color-accent-800: #0f5340;
  --color-accent-900: #023f41;
  --color-accent-2-100: #eaf6f0;
  --color-accent-2-200: #cfe9dc;
  --color-accent-2-300: #a9d6c1;
  --color-accent-2-400: #79bb9d;
  --color-accent-2-500: #4da37e;
  --color-accent-2-600: #2c7c59;
  --color-accent-2-700: #1f6b4c;
  --color-accent-2-800: #0f5340;
  --color-accent-2-900: #023f41;
  --color-brand-green: #278a26;
}
html, body { margin: 0; background: #f2f2f3; }
a { color: #1f6b4c; text-decoration: none; }
a:hover { color: #023f41; }
