@font-face {
    font-family: 'Proto Grotesk';
    src: local('☺️'), url('https://static.istories.media/public/fonts/Proto_Grotesk-Light-Web.woff2') format('woff2');
    font-weight: light;
    font-style: light;
    font-display: swap;
}

@font-face {
    font-family: 'Proto Grotesk';
    src: local('☺️'), url('https://static.istories.media/public/fonts/Proto Grotesk-Bold-Web.woff2') format('woff2'), url('https://static.istories.media/public/fonts/Proto Grotesk-Bold-Web.woff') format('woff'), url('https://static.istories.media/public/fonts/Proto Grotesk-Bold-Web.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,
html {
    height: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    transition: background-color .5s ease;
    overflow: hidden
}

input {
    font-family: inherit
}

.flourish-popup {
    pointer-events: none
}

.flourish-popup h1 {
    font-size: inherit;
    margin: 0
}

.flourish-popup h2 {
    font-size: inherit;
    font-weight: 400;
    margin: 0
}

.flourish-popup h2 .name {
    font-weight: 700
}

#series-filter {
    float: right;
    width: 200px;
    margin: 1em;
    font-size: 13px;
    height: 1.1em
}

@media (max-width:500px) {
    #series-filter {
        width: calc(100% - 2em);
        float: none
    }
}

#graphic {
    display: block
}

.bg rect {
    transition: fill .5s ease
}

rect.selection {
    fill-opacity: .1;
    fill: orange !important
}

.button-container.button-group {
    margin-bottom: 0 !important
}

#log-control .controls-container,
#log-control .controls-container .button-container {
    width: 100% !important
}

.data-elements .series .line,
.tick,
.x-highlighter {
    pointer-events: none
}

.data-elements .series .data-points path {
    shape-rendering: geometricPrecision
}

.annotations {
    pointer-events: none
}

.choices {
    width: calc(100% - 8px);
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: .5rem
}

.choices .choices__inner {
    min-height: auto;
    padding: 2px 3px 0
}

.choices .choices__inner .choices__item {
    margin-top: 2px;
    padding: 2px 5px;
    background: #adadad;
    border-color: #888
}

.choices .choices__inner .choices__item .choices__button {
    border-color: #ccc;
    margin: 0 -4px 0 6px;
    padding-left: 10px
}

.choices .choices__list--dropdown {
    width: calc(100% + 6px)
}

/*# sourceMappingURL=style.css.map */