: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;
}
.annotation-callout {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    display: block;
    height: 100%;
    width: 100%;
    align-content: center;
}
.annotation-callout.bottom {
    align-content: start;
}
.annotation-callout p {
    margin: 0;
}
.annotation-callout p.centerAlignText {
    text-align: center;
}
.annotation-callout p.leftAlignText {
    text-align: left;
}
.annotation-callout p.rightAlignText {
    text-align: right;
}
