@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap');

body {
    font-family: 'EB Garamond', serif;
}

.main-header__main-bar {
    background-color: #74160c;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.welcome_text {
    text-align: center;
}

.resources-linked__heading {
    font-size: 1.17em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

#linked-filter {
    display: none;
}
