/* Black */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700; /* Adjust the weight based on your file naming */
  font-display: swap;
  src: local('Roboto Regular'), local('Roboto-Medium'), url('./fonts/Roboto-Medium.ttf') format('truetype');
  /* Include unicode-range if necessary */
}
/* Black */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500; /* Adjust the weight based on your file naming */
font-display: swap;
src: local('Roboto Regular'), local('Roboto-Medium'), url('./fonts/Roboto-Medium.ttf') format('truetype');
/* Include unicode-range if necessary */
}/* Black */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400; /* Adjust the weight based on your file naming */
font-display: swap;
src: local('Roboto Regular'), local('Roboto-Regular'), url('./fonts/Roboto-Regular.ttf') format('truetype');
/* Include unicode-range if necessary */
}/* Black */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300; /* Adjust the weight based on your file naming */
font-display: swap;
src: local('Roboto Regular'), local('Roboto-Regular'), url('./fonts/Roboto-Regular.ttf') format('truetype');
/* Include unicode-range if necessary */
}