@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
    font-family: "Work Sans", sans-serif;
    src: url('https://fonts.gstatic.com/s/worksans/v9/QGYsz_wNahGAdqQ43Rh_fKDp.woff2') format('woff2');
    font-optical-sizing: auto;
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans", sans-serif;
    src: url('https://fonts.gstatic.com/s/worksans/v9/QGYsz_wNahGAdqQ43Rh_fKDp.woff2') format('woff2');
    font-optical-sizing: auto;
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: "Libre Baskerville", serif;
    src: url('https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0q1l.woff2') format('woff2');
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Libre Baskerville", serif;
    src: url('https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0q1l.woff2') format('woff2');
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: "Libre Baskerville", serif;
    src: url('https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0q1l.woff2') format('woff2');
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}


h1, h2, h3, h4, h5, h6, .pkp_structure_main h3, .main-header__title span, html, body, p, div, li, ul, ol, a, span, nav, section, article, aside, footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body, p, li, blockquote, cite, dd, dt, address, table, label, a, .form-control, .btn, .archived-issue__title, .issue-section__title {
    font-family: 'Work Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, legend {
    font-family: 'Libre Baskerville', serif !important;
}

.main-header__title span {
    font-size: 2.2rem;
}

.main-header__nav-link {
    font-weight: 400;
    font-size: 1.25rem;
}

.inline pkp_helpers_quarter {
    display: none;
}