/* Custom color scheme matching gizur.com */

:root {
  --bs-body-bg: #0d1b2a;
  --bs-body-color: #e8eaed;
  --bs-primary: #0066cc;
  --bs-secondary: #1a3a52;
  --bs-dark: #001a4d;
}

/* Navbar styling */
.navbar {
  background-color: #0a1628 !important;
  border-bottom: none !important;
}

.navbar-dark .navbar-brand,
.navbar-dark .nav-link {
  color: #e8eaed !important;
}

.navbar-dark .nav-link:hover {
  color: #0066cc !important;
}

/* Main background */
body {
  background-color: #0d1b2a;
  color: #e8eaed;
}

/* Text styling */
h1, h2, h3, h4, h5, h6 {
  color: #e8eaed;
}

a {
  color: #0099ff;
  background-color: transparent !important;
  padding: 0;
}

a.no-external {
  background-color: transparent !important;
}

a:hover {
  color: #00ccff;
}

/* Card styling */
.card {
  background-color: #1a2f4a;
  border-color: #2a4060;
  color: #e8eaed;
}

/* Code blocks */
code {
  background-color: #1a2f4a;
  color: #a3d9ff;
}

pre {
  background-color: #1a2f4a;
  border-color: #2a4060;
}

/* Title block banner styling */
.quarto-title-banner {
  background-color: #0a1628 !important;
  border-bottom: none !important;
  border-top: none !important;
}

.quarto-title-banner h1 {
  color: #e8eaed;
}

/* Listing title background */
.listing-title a {
  background-color: transparent !important;
  padding: 0 !important;
}
