/* css styles */
:root {
  --bs-font-sans-serif: "Urbanist", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
}

.navbar-brand img {
    max-height: 80px !important;
    width: auto;
    height: auto;
}

.figure_text,
.figure_tspan,
.figure_title,
.figure_caption,
figcaption,
.axis-label {
    font-family: "Urbanist" !important;
}

/* Apply Urbanist to Plotly hover labels */
.hoverlayer .hovertext,
.hoverlayer .hoverlabel,
.hoverlayer .hovertext tspan,
.hoverlayer .nums,
.hoverlayer .name {
    font-family: "Urbanist" !important;
}

.btn-primary{
  background-color: rgba(29, 83, 77, 0.8) !important; 
  color: #fff !important;
  border: none !important;
  border-radius: 1;
}

.names-columns {
  border: 2pt solid rgba(29, 83, 77, 0.8);
  padding: 1em;
  margin: 1em;
}

.names-columns.strong {
  font-weight: bold;
}

/* Customize Quarto callout-warning */
.callout-warning {
  border-left: 8px solid #1D5343 !important;
  background-color: rgb(69, 118, 109, 0.2) !important;
  color: #17423dff !important;
  font-size: 1.5rem;
}

/* Style the warning callout title header */
.callout-warning .callout-header {
  background: rgba(69, 118, 109, 0) !important; 
}

.html-widget {
    overflow: visible !important;
}