:root {
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --blue-950: #031b4e;
  --blue-900: #052866;
  --blue-850: #073477;
  --blue-800: #063b92;
  --blue-700: #0757c9;
  --blue-600: #0b6df0;
  --blue-500: #1a86ff;
  --blue-200: #cfe3fb;
  --blue-100: #eaf3ff;
  --blue-50: #f5f9ff;

  --ink: #10234c;
  --text: #2f4161;
  --muted: #62708a;
  --surface: #ffffff;
  --surface-soft: #f4f8fd;
  --border: #d9e4f2;
  --success: #137a42;
  --whatsapp: #1fbf60;

  --shadow-sm: 0 10px 28px rgba(5, 40, 102, 0.08);
  --shadow-md: 0 18px 46px rgba(5, 40, 102, 0.12);
  --shadow-lg: 0 26px 70px rgba(3, 27, 78, 0.18);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --container: 1180px;
  --header-height: 78px;
}
