/* Helvetica Neue Regular */
@font-face {
    font-family: 'Helvetica Neue';
    src:url('fonts/helvetica-neue-regular.ttf') format('ttf');
    font-weight: 400; /* Correspond à la version regular */
    font-style: normal;
}

/* Helvetica Neue Italic */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/helvetica-neue-italic.woff2') format('woff2'),
         url('fonts/helvetica-neue-italic.woff') format('woff'),
		 url('fonts/helveticaNeueItalic.ttf') format('truetype');
    font-weight: 400; /* Correspond à la version regular */
    font-style: italic; /* Style italic */
}

/* Helvetica Neue Bold */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/helvetica-neue-bold.woff2') format('woff2'),
         url('fonts/helvetica-neue-bold.woff') format('woff');
    font-weight: 700; /* Correspond à la version bold */
    font-style: normal;
}

/* Helvetica Regular (si différent de Neue) */
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/sofia-pro-light.woff2') format('woff2'),
         url('fonts/sofia-pro-light.woff') format('woff');
    font-weight: 300; /* Correspond au style light */
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/sofia-pro-bold.woff2') format('woff2'),
         url('fonts/sofia-pro-bold.woff') format('woff');
    font-weight: 700; /* Correspond au style bold */
    font-style: normal;
}