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

.type-roboto {
    font-family:'Roboto', sans-serif;
    font-size: 100%; 
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-roboto p, .type-roboto td, .type-roboto li, .type-roboto label {
    font-size: 1.2rem; 
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-roboto h1, .type-roboto h2, .type-roboto h3, .type-roboto h4, .type-roboto h5, .type-roboto h6 {
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: none;
    font-style: normal;
}        

.type-roboto h1 {font-size: 2.5rem;margin:0.4rem 0;}
.type-roboto h2 {font-size: 2rem;margin:0.6rem 0;}
.type-roboto h3 {font-size: 1.75rem;margin:0.7rem 0;}
.type-roboto h4 {font-size: 1.6rem;margin:0.8rem 0;}
.type-roboto h5 {font-size: 1.48rem;margin:0.8rem 0;}
.type-roboto h6 {font-size: 1.3rem;margin:0.8rem 0;}
.type-roboto p {margin:0.8rem 0;}  

.type-roboto .display { margin-bottom: 0.5rem; }
.type-roboto .display h1 {
    font-family:'Roboto', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: none;
    font-style: normal;
}
.type-roboto .display p {
    font-family:'Roboto', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
}