
:root {
  --color-lawyer-blue: #025ac8;
  --color-lawyer-dark: #292a29;
  --color-lawyer-white: #ffffff;
  --font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius-base: 8px;
  --radius-lg: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
}

