:root {
  --bg: #fdf9ff;
  --bg-2: #f4efff;
  --surface: rgba(255, 255, 255, 0.48);
  --surface-strong: rgba(255, 255, 255, 0.72);
  --surface-dark: rgba(73, 53, 88, 0.07);
  --pink: #ef91cb;
  --pink-2: #f8c8e8;
  --violet: #a98ce8;
  --violet-2: #d8c8ff;
  --blue: #a9dff0;
  --mint: #c6eee8;
  --ink: #352b3d;
  --muted: #766a7d;
  --line: rgba(95, 65, 120, 0.14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(101, 70, 130, 0.14);
  --shadow-small: 0 10px 35px rgba(101, 70, 130, 0.11);
  --radius: 32px;
  --radius-sm: 20px;
  --container: min(1180px, calc(100% - 40px));
  --blur: 24px;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
  --font:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --display: Arial Rounded MT Bold, Inter, ui-sans-serif, sans-serif;
}
