@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 {
    margin: 0;
    overflow: hidden
}

body {
    -webkit-font-smoothing: antialiased
}

.popup_text {
    font-size: 14px
}

.axis_label {
    font-weight: 300
}

svg {
    display: block
}

.plot {
    pointer-events: all
}

.slope-group {
    pointer-events: none
}

.slope-group circle,
.slope-group line {
    pointer-events: none
}

.axis {
    pointer-events: none
}

.flourish-popup {
    pointer-events: none!important
}

.flourish-popup .flourish-popup-content {
    pointer-events: none!important
}

.flourish-popup .flourish-popup-content a {
    pointer-events: auto;
    cursor: pointer
}

.flourish-popup h3 {
    margin: 5px 0;
    display: block
}

.flourish-popup p {
    margin: 0;
    display: block
}


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