body {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  line-height: 1.62;
  color: #191919;
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1.title {
  font-size: 2.45rem;
}

.subtitle {
  font-style: italic;
  color: #555;
}

.navbar-title {
  font-weight: 600;
}

table {
  font-size: 0.84rem;
  line-height: 1.35;
}

.column-page-right table {
  min-width: 980px;
}

.column-page-right {
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

thead th {
  border-bottom: 1px solid #222;
}

tbody tr:nth-child(even) {
  background: #fafafa;
}

code {
  font-size: 0.88em;
}

.quarto-title-meta {
  font-size: 0.9rem;
}

.callout-note,
.callout-warning {
  border-radius: 0;
}

.small-multiple-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.1rem 1.3rem;
  margin-top: 1rem;
}

.factor-sparkline {
  margin: 0;
  padding: 0.45rem 0 0.2rem;
  border-top: 1px solid #d7d7d7;
}

.factor-sparkline figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  color: #222;
  margin-bottom: 0.25rem;
}

.factor-sparkline figcaption span {
  color: #666;
  font-variant-numeric: tabular-nums;
}

.factor-sparkline svg {
  width: 100%;
  height: auto;
  display: block;
}

.factor-sparkline .baseline {
  stroke: #c9c9c9;
  stroke-width: 1;
}

.factor-sparkline .series {
  fill: none;
  stroke: #111;
  stroke-width: 1.4;
}

.factor-chart,
.factor-overlay,
.factor-heatmap {
  width: 100%;
  height: auto;
  display: block;
  margin: 0.5rem 0 1rem;
}

.factor-heatmap {
  max-width: 100%;
  overflow-x: auto;
}

#factor-library table,
#factor-returns table,
#families table {
  font-size: 0.86rem;
}

#factor-library td,
#factor-returns td,
#families td {
  vertical-align: top;
}

.quarto-listing-category {
  font-size: 0.85rem;
}
