:root {
  --primary-hue: 220;
  --primary-color: hsl(var(--primary-hue), 85%, 55%);
  --primary-hover: hsl(var(--primary-hue), 85%, 45%);
  --secondary-color: #64748b;
  --background-bg: #f8fafc;
  --surface-white: #ffffff;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --radius-lg: 12px;
  --nav-height: 70px;
}
