/**
 * me360 design tokens — single source of truth for brand colors.
 */
:root {
  --me360-teal: #28b2a2;
  --me360-dark: #050513;
  --me360-cloud-blue: #2d83c5;
  --me360-magenta: #bb599d;
  --me360-footer-bg: #1f1f1f;
  --me360-radius-sharp: 5px;
  --me360-radius-card: 16px;
  --me360-font-sans: "Inter", system-ui, sans-serif;
}
