/* css styles */

h2 {
    font-size: xx-large;
    border-bottom: none;
    margin-bottom: 0.3rem;
}

code {
    color: #000;
}

.quarto-title-banner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.dark-highlight {
    color: #fff!important;
    background: rgba(249, 88, 56, 1);
    box-shadow: 10px 0 0 rgba(249, 88, 56, 1), -10px 0 0 rgba(249, 88, 56, 1);
    padding-top: 5px;
    padding-bottom: 6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    /* white-space: pre-wrap; */
    /* display: inline; */
    /* background-color: rgba(0,0,0,1); */
    /* padding: 4.9px 12px 7px 12px; */
}

h1 {
    color: #000!important;
    font-family: Helvetia, 'Helvetica Neue', sans-serif;
    font-weight: unset!important;
    font-weight: bold!important;
}

.subtitle {
    color: #000;
    font-family: Helvetia, 'Helvetica Neue', sans-serif;
    font-weight:400!important;
    font-size: 19px;
}

#refs {
    font-size: small;
}