@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Quicksand:wght@300..700&display=swap');

h1, h2, h3, h4, h5, h6 {
    margin-top: 1.2rem;
    font-family: "IBM Plex Sans", var(--serif);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

p, div {
    font-family: 'Quicksand', var(--serif);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

p {
    padding-top: 1rem;
}

div.observablehq--block {
    padding-top: 1rem;
}

footer#observablehq-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;

    nav {
        width: 100%;
        display: flex;
        flex-flow: row;
        flex-direction: row;
        justify-content: space-between;

        a {
            padding: 1em 2em;
        }

        a:first-child {
            float: left;
        }
        a:last-child {
            float: right;
        }
    }
}



nav#observablehq-sidebar {
    background-image: url("./venture-backed.svg");
    background-position: bottom 10px center;
    background-repeat: no-repeat;
    background-size: 80%;
}


#observablehq-toc {
    width: 300px;

    nav {
        width: 100%;
    }
}



form[class^="inputs"] {
    button {
        font-family: "Quicksand", var(--serif);
        font-size: 14px;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        cursor: pointer;
        box-shadow: 2px 2px 5px var(--theme-blue);
    }
}

span.series-tag {
    --tw-text-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity));
    border-radius: 0.375rem;
    border: 2px solid color-mix(in srgb, var(--theme-foreground-focus) 20%, transparent);
    color: rgb(5 150 105 / var(--tw-text-opacity));
    display: inline;
    font-size: 13px;
    margin: 2px;
    padding: 2px;
    white-space: nowrap;
}


blockquote {
    font-family: "IBM Plex Sans", var(--serif);
    background: #f9f9f9 !important;
    border-left: 4px solid rgba(77, 171, 247, 0.4) !important;
    padding-left: 1.5rem;
    padding-bottom: 1px;
    margin-block-start: 1.2em;
    margin-bottom: 2em;

    p {
        font-style: italic;
        font-family: "IBM Plex Sans", var(--serif);
    }
}