@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')

// @font-face {
//     font-family: 'Roboto', sans-serif;
//     font-weight: 100 900;
//     font-display: swap;
//     font-style: normal;
//     src: url('/fonts/Roboto/*') format('ttf');
// }

// @font-face {
//     font-family: 'Roboto', sans-serif;
//     font-weight: 100;
//     font-display: swap;
//     font-style: normal;
//     src: url('./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
// }

// @font-face {
//     font-family: 'Roboto', sans-serif;
//     font-weight: 300;
//     font-display: swap;
//     font-style: normal;
//     src: url('./fonts/Roboto/Roboto-Light.ttf') format('truetype');
// }

// @font-face {
//     font-family: 'Roboto', sans-serif;
//     font-weight: 400;
//     font-display: swap;
//     font-style: normal;
//     src: url('./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
// }

// @font-face {
//     font-family: 'Roboto', sans-serif;
//     font-weight: 500;
//     font-display: swap;
//     font-style: normal;
//     src: url('./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
// }

// @font-face {
//     font-family: 'Roboto', sans-serif;
//     font-weight: 700;
//     font-display: swap;
//     font-style: normal;
//     src: url('./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
// }

// @font-face {
//     font-family: 'Roboto', sans-serif;
//     font-weight: 900;
//     font-display: swap;
//     font-style: normal;
//     src: url('./fonts/Roboto/Roboto-Black.ttf') format('truetype');
// }