/*
 * OWS Dashboard 3.10.440.0
 * Public-site typography baseline.
 *
 * Roboto is applied across every public OJS page while leaving icon-font
 * declarations and monospace/code content untouched.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap');

html,
body {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body a,
html body button,
html body input,
html body select,
html body textarea,
html body option,
html body optgroup,
html body label,
html body legend,
html body ul,
html body ol,
html body li,
html body dl,
html body dt,
html body dd,
html body table,
html body thead,
html body tbody,
html body tfoot,
html body tr,
html body th,
html body td,
html body caption,
html body small,
html body blockquote,
html body cite,
html body figcaption,
html body address,
html body time,
html body summary,
html body details {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
}

/* Keep technical/code content in a conventional monospace stack. */
html body pre,
html body code,
html body kbd,
html body samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace !important;
}
