/* light */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
}

/* light italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
}

/* regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

/* italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
}

/* bold */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

/* bold italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
}
