@font-face {
    font-family: 'roboto300';
	src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
    font-weight: 300;
}

@font-face {
    font-family: 'roboto400';
	src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
    font-weight: 400;
}

@font-face {
    font-family: 'roboto400i';
	src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
    font-weight: 400;
	font-style: italic;
}

@font-face {
    font-family: 'roboto500';
	src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
    font-weight: 500;
}

@font-face {
    font-family: 'roboto700';
	src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
    font-weight: 700;
}

@font-face {
    font-family: 'roboto900';
	src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
    font-weight: 900;
}





