@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&family=Roboto:wght@300;400;700;900&family=Titillium+Web:wght@400;700;900&display=swap');

:root {
  --blue: #1d6996;
  --lightBlue: #e8f5fd;
  --green: rgb(0, 109, 27);
  --lightGreen: #e7f0f0;
  --outlierRed: #bd3131;
  --axisGray: lightgray;
  --axisGrayDark: rgb(141, 141, 141);
}
html,
body {
  position: relative;
  width: 100%;
  color: #333;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
p {
  font-size: 0.9rem;
}
h2 {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  margin-bottom: 1px;
}
.subhead {
  font-family: 'Roboto Mono', Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
