:root {
    --darkBlue: #002D72;
    --midDarkBlue: #33568c;
    --midBlue: #68ACE5;
    --lightBlue: #A8D0F0;
    --lightTeal: #CCECC6;
    --teal: #009B77;
    --darkTeal: #007C5F;
    --lightGreen: #86a86c;
    --green: #719949;
    --darkGreen: #5a7a3a;
    --lightestGrey: #FAFAFA;
    --lightGrey: #D9D9D9;
    --darkGrey: #888888;
}
body {
    margin: 0;
    font-family: "Work Sans", sans-serif;
}
div#viz {
    width: 100%;
    height: 100vh;
    position: relative;
}
svg g#legend rect.background {
    stroke: var(--lightGrey);
    stroke-width: 1px;
    fill: none;
}
svg g#legend g.swatch text {
    /* font-family: Work Sans; */
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}
