html,
body {
    /*    font-family: 'segoe ui';*/
    font-family: 'century gothic';
    font-weight: 600;
}

.navigation-menu .active {
    color: #16a24a !important;
    font-weight: normal;
}

.navigation-menu a:hover {
    color: #16a24a !important;
    font-weight: normal;
}

.btn-theme {
    background-color: #16a24a !important;
    color: white !important;
}



.text-theme {
    color: #16a24a;
}

.bg-theme {
    background-color: #16a24a !important;
    color: white !important;
}

.bg-icon-theme {
    background-color: #16a24a !important;
    color: white !important;
}

.ck-editor__editable_inline {
    min-height: 200px;
    max-height: 400px;
    overflow-y: scroll;
}

.custom-menu {
    max-width: 450px;
    max-height: 450px;
    overflow-y: scroll;
}
