
/* Roboto 400 Regular */
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Roboto-Regular.woff') format('woff');
  font-display: swap;
}

/* Roboto 400 Italic */
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  src: url('/fonts/Roboto-Italic.woff') format('woff');
  font-display: swap;
}

/* Roboto 700 Bold */
@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Roboto-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  src: url('/fonts/Roboto-BoldItalic.woff') format('woff');
  font-display: swap;
}

