/**
 * Ubuntu
 */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu'), url('./Ubuntu/Ubuntu-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url('./Ubuntu/Ubuntu-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: local('Ubuntu'), url('./Ubuntu/Ubuntu-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu'), url('./Ubuntu/Ubuntu-Bold.woff2') format('woff2');
}

html, body {
    font-family: 'Ubuntu' !important;
    font-weight: 400;
}