:root {
  --color-bg: #ffffff;
  --color-panel: #f7f7f7;
  --color-panel-soft: #eeeeee;
  --color-cream: #101010;
  --color-cream-soft: rgba(16, 16, 16, 0.68);
  --color-cream-faint: rgba(0, 0, 0, 0.05);
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #ff0000;
  --color-red-soft: rgba(255, 0, 0, 0.1);
  --line: rgba(0, 0, 0, 0.12);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.1);
  --font-body: Montserrat, "Segoe UI", Arial, sans-serif;
  --font-heading: "Space Grotesk", Montserrat, "Segoe UI", Arial, sans-serif;
  --text-xs: 0.78rem;
  --text-sm: 0.9rem;
  --text-md: 1rem;
  --text-lg: 1.08rem;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --container: 1120px;
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --ease: cubic-bezier(0.6, 0, 0.05, 1);
}
