:root {
  --primary: #145fd7;
  --primary-strong: #0c46ad;
  --secondary: #16b6c9;
  --accent: #71e5b6;
  --dark: #101828;
  --ink: #172033;
  --light: #ffffff;
  --pearl: #f4f7fb;
  --gray: #667085;
  --gray-soft: #d8e0ec;
  --line: rgba(20, 95, 215, 0.14);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.9);
  --radius: 28px;
  --radius-sm: 18px;
  --shadow: 0 24px 70px rgba(16, 24, 40, 0.14);
  --shadow-soft: 0 14px 38px rgba(20, 95, 215, 0.12);
  --transition: 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --container: min(1180px, calc(100% - 48px));
  --font: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="dark"] {
  --dark: #f8fbff;
  --ink: #eaf1ff;
  --light: #081120;
  --pearl: #0d1727;
  --gray: #b7c2d5;
  --gray-soft: #23314a;
  --line: rgba(113, 229, 182, 0.18);
  --glass: rgba(13, 23, 39, 0.72);
  --glass-strong: rgba(11, 20, 36, 0.92);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 14px 38px rgba(0, 0, 0, 0.26);
}
