/* Small typographic tweaks on top of the cosmo/darkly themes */
:root {
  --btc-orange: #F7931A;
  /* Matches the dark text bslib auto-picked for contrast on the navbar */
  --btc-orange-contrast: #2f1c05;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: var(--btc-orange);
}
a:hover {
  color: var(--btc-orange-contrast);
}

.quarto-title-banner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.listing-date {
  font-variant-numeric: tabular-nums;
}
