@import "tailwindcss";

:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fafc;
  color: #0f172a;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 40;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.brand-panel {
  background:
    radial-gradient(
      circle at top left,
      rgba(56, 189, 248, 0.18),
      transparent 40%
    ),
    radial-gradient(
    circle at top right,
    rgba(168, 85, 247, 0.16),
    transparent 35%
  ),
    linear-gradient(135deg, #0f172a 0%, #111827 55%, #1d4ed8 100%);
}

.hero-primary-link,
.hero-primary-link:visited,
.hero-primary-link:hover,
.hero-primary-link:focus,
.hero-primary-link:active {
  color: #1c5789 !important;
}
