/* Roboto Font Face Definitions - Local fonts */
/* Using variable fonts from Roboto OFL distribution */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('Roboto-Italic.ttf') format('truetype');
}