@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBold15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBold15.woff2') format('woff2');
  font-weight: 900;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBoldItalic15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBoldItalic15.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMedium20.woff') format('woff'), url('assets/fonts/SharpGroteskMedium20.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMediumItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskMediumItalic20.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBook20.woff') format('woff'), url('assets/fonts/SharpGroteskBook20.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBookItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskBookItalic20.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLight20.woff') format('woff'), url('assets/fonts/SharpGroteskLight20.woff2') format('woff2');
  font-weight: 200;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLightItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskLightItalic20.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
/*
 * Fonts
 */
/*
 * Colors
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
img:not([alt]) {
  outline: 3px solid #FA7416;
}
a,
a:visited {
  color: #0C71FA;
}
a:hover,
a:active,
a:focus {
  color: #8c8c8c;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
body {
  padding: 0;
  margin: auto;
  touch-action: manipulation;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #ebebeb;
  max-width: 840px;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
*:focus {
  outline: dotted 1px;
  outline-color: #000;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.chart-note {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: #000;
  margin: 2px 0;
  display: block;
}
.chart-note p {
  margin: 4px 0;
}
.subhead {
  padding-top: 40px;
}
.flex-charts {
  display: block;
}
@media screen and (min-width: 740px) {
  .flex-charts {
    display: flex;
  }
  .flex-charts .chart:not(:first-child) {
    margin: 0 0 0 40px;
  }
}
.flex-charts .chart {
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
  overflow: visible;
}
.chart-title {
  font-size: 22px;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  margin: 0;
  margin-bottom: 4px;
}
.chart-dek {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #333333;
  max-width: 700px;
}
.chart-subhead {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333;
}
.chart-container {
  position: relative;
}
.chart-container.chart-error::after {
  content: "Not enough data";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ddd;
  color: #666;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plot-chart {
  width: 100%;
  height: 440px;
  margin-bottom: 10px;
  paint-order: stroke fill;
}
.plot-chart text {
  pointer-events: none;
}
.plot-tooltip {
  background: #ffffff;
  padding: 2px 6px;
  display: inline-block;
  opacity: 1;
  min-width: 80px;
  max-width: 180px;
  color: #000;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.2em;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
}
.plot-tooltip p {
  margin: 2px 0;
}
.plot-tooltip strong {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
}
.plot-tooltip .date {
  font-size: 12px;
  color: #333;
}
.plot-tooltip .note {
  font-size: 12px;
}
.plot-tooltip .tooltip-title {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.plot-tooltip .tooltip-name {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  display: block;
}
.plot-tooltip .tooltip-list {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.plot-tooltip .tooltip-list li {
  list-style-type: none;
  margin: 4px 0;
}
.chart-key {
  padding: 0;
  margin: 0;
  font-size: 13px;
  display: block;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
}
.chart-key > li {
  list-style-type: none;
  vertical-align: middle;
  flex-grow: 0;
  margin: 10px 0;
}
@media screen and (min-width: 240px) {
  .chart-key {
    display: flex;
  }
  .chart-key > li {
    margin: 0 0 10px 0;
  }
  .chart-key > li:not(:first-child) {
    margin-left: 12px;
  }
}
.chart-key-square {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  color: #333;
}
.chart-key-line {
  display: inline-block;
  width: 24px;
  height: 4px;
  margin-right: 2px;
  color: #333;
}
.key-rate-speedC {
  background-color: #8c6bb1;
}
.key-rate-redL {
  background-color: #8c96c6;
}
.key-rate-noplate {
  background-color: #fd8d3c;
}
.key-rate-marredplate {
  background-color: #fed976;
}
