/* Stylesheet for adding new styles that don't need to be processed through SCSS */
.com_acym.view-archive #acym_wrapper{
    h1.contentheading{
        font-family: 'Fjalla One', sans serif;
    }

    .acym__front__archive__raw{
        border-top: 1px solid var(--bs-dark);
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        margin-top: 3px !important;
    }
    #acym__front__archive__search{
        /*display: none;*/
    }
    h1.acym__front__archive__title{
        display: none;
    }
    .button.btn-primary.subbutton{
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }
}