/* --- Déclaration des polices personnalisées --- */
@font-face {
    font-family: 'Brother 1816';
    src: url('/assets/fonts/Brother1816-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Azo Sans';
    src: url('/assets/fonts/Azo-Sans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* --- Application automatique sur  Dash --- */
h1, h2, h3, h4, h5 {
    font-family: 'Brother 1816', sans-serif !important;
}

p, div, span, label {
    font-family: 'Azo Sans', sans-serif !important;
}


