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