@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/* Set the root font */
:root {
    font-family: 'Lato', "Faruma", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

/* Use Faruma for Dhivehi text */
:lang(dv) {
    font-family: "Faruma", sans-serif;
    direction: rtl;
    unicode-bidi: isolate;
}

/* Apply the root font to the entire document */
html,
body {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* Additional CSS rules for other elements in your journal */
h1 {
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-family: inherit;
}

.obj_article_summary .title {
    font-family: inherit;
}

.obj_article_details .page_title {
    font-family: inherit;
}

p {
    line-height: 1.5;
    margin-bottom: 1em;
}

a {
    color: #007bff;
    text-decoration: none;
    overflow-wrap: break-word;
}

:root {
    --primary-color: #007bff;
}

a {
    color: var(--primary-color);
}

.site-footer {
    background: #181818;
}

.footer-brand-image {
    margin-top: 0;
    display: none;
}