@charset "UTF-8";

/* ==========================================================================
   Global / Portfolio Styles (index.html)
   ========================================================================== */
body {
    font-family: 'Montserrat', sans-serif;
}

.font-serif {
    font-family: 'Playfair Display', serif;
}

.editorial-border {
    border-color: #002147;
}

.thin-divider {
    height: 1px;
    background-color: #E2E8F0;
    width: 100%;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #F9F9F9;
}

::-webkit-scrollbar-thumb {
    background: #002147;
}

/* ==========================================================================
   Article Reader Styles (article-reader.html)
   ========================================================================== */
.sidebar-footnote {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #5e748d;
    margin-bottom: 2rem;
    border-left: 2px solid #00214710;
    padding-left: 1rem;
}

.article-body p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.citation-marker {
    vertical-align: super;
    font-size: 0.75em;
    color: #002147;
    font-weight: bold;
    margin-left: 2px;
    cursor: pointer;
}