.main-color {
    background-color: #0a3e65 !important; 
}

.main-color-text {
    color: #0a3e65 !important;
}

.main-secondary-color {
    background-color: #FFA62B !important;
}

.main-background-color {
    background-color: #eef2f6 !important;
}

/* Normal (Regular 400) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter/Inter-Regular.woff2') format('woff2');
}

/* Medium (500) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter/Inter-Medium.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/inter/Inter-Bold.woff2') format('woff2');
}

html, body {
    font-family: 'Inter', sans-serif !important;
}

input, textarea, select, button, .btn {
    font-family: 'Inter', sans-serif !important;
}

.card {
    border-radius: 22px;
}

.btn, .btn-large, .btn-flat {
    border-radius: 10px;
}

.not-active-border, .active-border  {
    height: 66px;
    top: -3px;
}

#profile-dropdown {
    top: -3px;
}

.material-icons, .icon-text {
    vertical-align: middle;
    margin-top: -4px;
    font-size: 20px !important;
}