/* State of Java - Datadog brand-aligned light theme */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --bg: #ffffff;
  --bg-subtle: #f8f8fa;
  --panel: #ffffff;
  --panel2: #f4f4f6;
  --border: #e0e0e4;
  --border-light: #ececef;
  --text: #23232f;
  --text-secondary: #50505a;
  --muted: #8a8a97;
  --accent: #632CA6;
  --accent-light: rgba(99, 44, 166, 0.08);
  --accent-border: rgba(99, 44, 166, 0.3);
  --link: #632CA6;
  --heading: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html, body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--heading);
}
