@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/roboto/Roboto-Regular.woff) format("woff");
}

@font-face {
  font-family: roboto;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/roboto/Roboto-Italic.woff) format("woff");
}

@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/roboto/Roboto-Bold.woff) format("woff");
}

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

@font-face {
  font-family: roboto thin;
  font-style: normal;
  font-weight: 250;
  src: url(/assets/fonts/roboto/Roboto-Thin.woff) format("woff");
}

@font-face {
  font-family: roboto thin;
  font-style: italic;
  font-weight: 250;
  src: url(/assets/fonts/roboto/Roboto-ThinItalic.woff)
      format("woff");
}

@font-face {
  font-family: roboto light;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/roboto/Roboto-Light.woff) format("woff");
}

@font-face {
  font-family: roboto light;
  font-style: italic;
  font-weight: 300;
  src: url(/assets/fonts/roboto/Roboto-LightItalic.woff)
      format("woff");
}

@font-face {
  font-family: roboto medium;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/roboto/Roboto-Medium.woff) format("woff");
}

@font-face {
  font-family: roboto medium;
  font-style: italic;
  font-weight: 500;
  src: url(/assets/fonts/roboto/Roboto-MediumItalic.woff)
      format("woff");
}

@font-face {
  font-family: roboto black;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/roboto/Roboto-Black.woff) format("woff");
}

@font-face {
  font-family: roboto black;
  font-style: italic;
  font-weight: 900;
  src: url(/assets/fonts/roboto/Roboto-BlackItalic.woff)
      format("woff");
} 