@font-face {
    font-family: 'Designer';
    src: url('designer-normal-webfont.woff2') format('woff2'),
         url('designer-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.designer {
    font-family: Designer;
}

.bold {
    font-weight: bold;
}


[data-mdb-theme="light"] .gradient-custom {
    background: #f6d365;
    background: -webkit-linear-gradient(to right, #ebf4f5, #b5c6e0);
    background: linear-gradient(to right, #ebf4f5, #b5c6e0);
}

[data-mdb-theme="dark"] .gradient-custom {
    background: #333;
    background: -webkit-linear-gradient(to right, #232526, #414345);
    background: linear-gradient(to right, #232526, #414345);
}
    