﻿.mud-height-full {
    height: 100%;
}

.mud-appbar {
   
    color: white;
}

/* Police principale */
body, .mud-typography, .mud-button, .mud-input, .mud-table {
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif !important;
}
/* Titres Canevabec */
/*.mud-typography-h5 {
    color: #174E73 !important;
    font-weight: 600 !important;
}

.mud-typography-h6 {
    color: #2A8B7F !important;
    font-weight: 600 !important;
}*/

/* Sous-titres / labels */
/*.mud-typography-subtitle1, .mud-typography-body2 {
    color: #6B7A86 !important;
}*/

/* Texte principal */
/*.mud-typography-body1 {
    color: #1B2A36 !important;
}*/

/* Lien et hover */
/*a, .mud-nav-link.active {
    color: #3BAE9C !important;
}

    a:hover {
        color: #5AD6C3 !important;
    }*/
