@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-bold.woff2') format('woff2'),
        url('../fonts/ubuntu-bold.woff') format('woff'),
        url('../fonts/ubuntu-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-light.woff2') format('woff2'),
        url('../fonts/ubuntu-light.woff') format('woff'),
        url('../fonts/ubuntu-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-medium.woff2') format('woff2'),
        url('../fonts/ubuntu-medium.woff') format('woff'),
        url('../fonts/ubuntu-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-regular.woff2') format('woff2'),
        url('../fonts/ubuntu-regular.woff') format('woff'),
        url('../fonts/ubuntu-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

