@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}

html {
    font-size: 18px;
}

.h1,
h3,
.h5 {
    margin: 0;
}
