:root {
  color-scheme: light;
}

html {
  font-size: 16px;
  min-height: 100%;
}

body {
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

code {
  font-family: "Cascadia Code", "Consolas", monospace;
  font-size: 0.875rem;
}

.hero-banner {
  background-image: linear-gradient(135deg, rgba(13, 110, 253, 0.96), rgba(13, 202, 240, 0.88));
}

.card code {
  color: #4d5c74;
}
