/* css-global.css
   Shared design tokens for Magtrol site
*/

:root {
  /* Magtrol colors */
  --clr-primary: #0076b8;    /* Magtrol blue */
  --clr-accent: #00a1e4;     /* Accent */
  --clr-secondary: #1f2a36;
  --clr-muted: #64748b;
  --clr-bg: #f5f7fa;

  /* Layout + radius */
  --page-gutter: 30px;
  --max-width: 1200px;
  --radius-lg: 14px;
}
