@font-face {
    font-family: Ubuntu;
    font-weight: bold;
    src: url("/front/fonts/Ubuntu-Bold.ttf");
}

@font-face {
    font-family: Ubuntu;
    font-weight: bold;
    font-style: italic;
    src: url("/front/fonts/Ubuntu-BoldItalic.ttf");
}
@font-face {
    font-family: Ubuntu;
    font-weight: light;
    src: url("/front/fonts/Ubuntu-Light.ttf");
}
@font-face {
    font-family: Ubuntu;
    font-weight: light;
    font-style: italic;
    src: url("/front/fonts/Ubuntu-LightItalic.ttf");
}
@font-face {
    font-family: Ubuntu;
    font-weight: 600;
    src: url("/front/fonts/Ubuntu-Medium.ttf");
}

@font-face {
    font-family: Ubuntu;
    font-weight: 600;
    font-style: italic;
    src: url("/front/fonts/Ubuntu-MediumItalic.ttf");
}

@font-face {
    font-family: Ubuntu;
    font-weight: 400;
    src: url("/front/fonts/Ubuntu-Regular.ttf");
}
