/* CHARGEMENT POLICE */
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family:'Ubuntu';
    src: url('fonts/Ubuntu-italic.ttf');
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Medium.ttf');
    font-size: medium;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-MediumItalic.ttf');
    font-size: medium;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Light.ttf');
    font-size: normal;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-LightItalic.ttf');
    font-size: normal;
    font-style: italic;
    font-weight: 300;
}
