h1, h2, h3, h4, h5, h6, p, span, b, i, button {
    font-family: "Yekan Bakh", serif !important;
}

h1 {
    border-bottom: 3px solid black;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    background: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    border-bottom: 1px solid black;
}


.category-title {
    background-color: black;
    color: white;
    font-weight: 900;
    padding: 3px;
    font-size: 1.2rem;
}

.menu-item {
    border-bottom: 1px solid #CCC;
    min-height: 50px;
    padding: 1rem 0;
}

.menu-item .title {
    font-weight: 700;
}

.footer {
    min-height: 100px;
    background-color: black;
}
