.text-general {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important; 
    font-style: normal !important;
}

.text-titles {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.text-clear-custom  { 
    color: #FFFFFF; 
} 

.text-primary-custom  { 
    color: #373F98; 
}  

.text-secondary-custom { 
    color: #4E2E80; 
}  

.text-accent-custom   { 
    color: #EB2227; 
    font-weight: 600; 
    font-style: italic;
}   

.text-accent-custom:hover {
    color: #C00022;  
    text-decoration: underline;
    cursor: pointer;
}

.text-muted-custom    { 
    color: #ADB5BD; 
    font-weight: 100; 
    font-style: italic;
}   
