.hearth-of-july .oregon-county {
    fill: var(--black);
    stroke: var(--plot-axis);
    stroke-width: 0.5px;
}

.hearth-of-july .fire-line {
    stroke-width: 3px;
}


.hearth-of-july .oregon-state {
    stroke: var(--dark-red);
    stroke-width: 2px;
}

#plot3 .x-axis text {
    text-anchor: start;
}

#plot3 .x-axis text {
    fill: var(--text-accent);
}

#plot3 .x-axis.clipped text  {
    fill: var(--plot-bg);
}

.hearth-of-july rect {
    fill: var(--text-accent);
}