:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --radius: 8px;
  --radius-lg: 12px;
  --grey-100: #f5f5f7;
  --grey-200: #e3e3e8;
  --grey-800: #1f1f24;
} 