@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('ubuntu-light.woff2') format('woff2'), url('ubuntu-light.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('ubuntu-regular.woff2') format('woff2'), url('ubuntu-regular.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('ubuntu-medium.woff2') format('woff2'), url('ubuntu-medium.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('ubuntu-bold.woff2') format('woff2'), url('ubuntu-bold.woff') format('woff');
}
