: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;
}
.too-narrow {
    padding: 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    font-weight: 600;
    font-size: 18px;
}
 svg g.tick text {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
}
svg g#context text.datalabel {
    font-size: 13px;
    font-weight: 600;
}
svg g#context text.units {
    font-size: 11px;
}
svg g#context text.special {
    color: #000;
    /* filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.75)); */
}
