@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    border: 0;
    margin: 0;
    font-family: "Ubuntu", serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
}

.ubuntu-regular div {
    font-family: "Ubuntu", serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-bold h1 h2 h3 h4 h5 {
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: normal;
}