﻿:root {
  --cr-blue: #005c97;
  --cr-cyan: #009ddc;
  --cr-sky: #5aa7e0;
  --cr-bg: #f2f6fa;
  --cr-graphite: #333b45;
  --cr-white: #ffffff;
  --cr-border: #dde4ec;
  --cr-shadow: 0 4px 24px rgba(0, 92, 151, 0.08);
  --cr-shadow-lg: 0 8px 40px rgba(0, 92, 151, 0.12);
  --cr-radius: 12px;
  --cr-radius-lg: 16px;
  --cr-max-width: 1200px;
  --cr-header-height: 72px;
  --cr-mobile-bar-height: 60px;
  --font-brand: 'Poppins', Arial, sans-serif;
  --font-body: 'Inter', Arial, sans-serif;
  --transition: 0.2s ease;
}
