@font-face {
    font-family: 'DMSans-Regular';
    src: url('/fonts/dm-sans/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply the custom font to the body */
body {
    font-family: 'DMSans-Regular', sans-serif;
}

.text-primary {
    color:#2C3E50;
}

.text-secondary {
    color:#6D7B8D;
}

.text-disabled {
    color: #A0AAB4;
}
.text-white {
    color: #FFFFFF;
}
.bg-primary {
    background-color: #F7F9FC;
}
.bg-secondary {
    background-color: #EEF2F6;
}
.bg-tertiary {
    background-color: #F2F4F7;
}
.text-success, .alert-success {
    color:#27AE60;
}
.text-warning, .alert-warning {
    color:#F2994A;
}
.text-danger, .alert-danger {
    color: #F04438;
}


.brand-primary {
    color:#077B8A;
}

.brand-secondary {
    color:#EEF2F6;
}

p {
    font-family: 'DMSans-Regular';
    font-size: 14px;
}
