@font-face {
    font-family: "Ubuntu";
    font-weight: 400;
    font-style: normal;
    src: local('Ubuntu'), url('../fonts/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-weight: 400;
    font-style: italic;
    src: local('Ubuntu Italic'), url('../fonts/Ubuntu-Italic.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-weight: 500;
    font-style: normal;
    src: local('Ubuntu Medium'), url('../fonts/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-weight: 500;
    font-style: italic;
    src: local('Ubuntu Medium Italic'), url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
}