/* assets/css/fonts.css */

/* ------------------------------------------------------------------- */
/* LIGHT (Épaisseur 300)                                               */
/* ------------------------------------------------------------------- */
/* Normal */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* ------------------------------------------------------------------- */
/* REGULAR (Épaisseur 400)                                             */
/* ------------------------------------------------------------------- */
/* Normal */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* ------------------------------------------------------------------- */
/* MEDIUM (Épaisseur 500)                                              */
/* ------------------------------------------------------------------- */
/* Normal */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* ------------------------------------------------------------------- */
/* BOLD (Épaisseur 700)                                                */
/* ------------------------------------------------------------------- */
/* Normal */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}