.md-header {
    background-color: #1e2129;
}

.md-header__topic {
    color: #FFFFFF80;

    font-weight: 400 !important;
}

.md-nav__title {


    font-weight: 400;
}

.md-header__title {
    color: #FFFFFF80;
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
}

.md-header__subtitle {
    color: #FFFFFF80;
    font-family: "Montserrat";
}

.md-search__input {
    background-color: #FFFFFF80;
    font-family: "Montserrat";
    font-weight: 500;
}

img {
    clip-path: inset(2px 2px 2px 2px);

}