.omi-icon {
    width: 20px;
    height: 20px;
}

.name-food span {
    color: var(--Secondary);
    font-size: 14px;
    font-weight: 600;
}

.text-primary,
.title,
.name-food {
    font-family: '"ProN"' !important;
    color: #002f7b !important;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: '"ProN"' !important;
}

.present-ingredient,
.may-present-ingredient,
.menu-item p {
    color: #000 !important;
}

.select2-selection__choice {
    background-color: var(--Primary) !important;
    color: var(--White) !important;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 5px;
}

.select2-selection__choice__remove {
    color: var(--White) !important;
}

.custom-body {
    color: #cccccc !important;
}