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

.roboto-light {
    font-family: "Roboto", Verdana, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}
