
@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-BlackIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-BoldCond.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-BoldCondIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-BoldIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-BoldSemiCn.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-BoldSemiCnIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-Cond.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-CondIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-ExtraBoldIt.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-It.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

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

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-SemiCn.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-SemiCnIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-SemiLight.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeClean';
    src: url('../fonts/AdobeClean/AdobeClean-SemiLightIt.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}




html , body{
	
 height:100%;
 font-family: 'AdobeClean', sans-serif !important;
 font-weight: 400 !important; /* Utilisez 300, 400, 500, 600, 700, 800 ou 900 selon le poids de la police désirée */
 font-style: normal !important; /* Utilisez italic pour les polices en italique */
 
}
 