body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading-text {
  font-family: 'Rubik', sans-serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #0A1628;
}
::-webkit-scrollbar-thumb {
  background: #0174AE;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #00B4D8;
}

/* Glass card */
.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/* Grid pattern background */
.bg-grid-pattern {
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
}

/* Brand gradient background */
.bg-brand-gradient {
  background: linear-gradient(to right, #0174AE, #00B4D8);
}

/* Pagefind overrides */
:root {
  --pagefind-ui-scale: 1;
  --pagefind-ui-primary: #0174AE;
  --pagefind-ui-text: #1a1a2e;
  --pagefind-ui-background: #ffffff;
  --pagefind-ui-border: #e5e7eb;
  --pagefind-ui-tag: #f3f4f6;
  --pagefind-ui-border-width: 1px;
  --pagefind-ui-border-radius: 12px;
  --pagefind-ui-image-border-radius: 8px;
  --pagefind-ui-image-box-ratio: 0;
  --pagefind-ui-font: 'Inter', sans-serif;
}

.pagefind-ui__search-input {
  background: transparent !important;
  color: #1a1a2e !important;
  font-size: 1.125rem !important;
  padding: 0.75rem 1rem !important;
}

.pagefind-ui__search-input::placeholder {
  color: #9ca3af !important;
}

.pagefind-ui__search-clear {
  color: #6b7280 !important;
}

.pagefind-ui__result-link {
  color: #0174AE !important;
}

.pagefind-ui__result-excerpt {
  color: #6B7A8D !important;
}

.pagefind-ui__result {
  border-top-color: #e5e7eb !important;
  padding: 1rem 0 !important;
}

.pagefind-ui__button {
  background: #0174AE !important;
  color: white !important;
  border-radius: 0.75rem !important;
}

.pagefind-ui__form::before {
  display: none !important;
}

.pagefind-ui__drawer {
  max-height: 60vh;
  overflow-y: auto;
}
