@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root,
:host {
    --roboto: "Roboto",  sans-serif;
    --roboto-font-size: 16px;
}

.roboto {
    font-family: var(--roboto);
    font-size: var(--roboto-font-size);
}