@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"),
    url(/static/fonts/Roboto-Regular.woff) format("woff");
}
@font-face {
  font-family: roboto;
  font-style: italic;
  font-weight: 400;
  src: local("Roboto"),
    url(/static/fonts/Roboto-Italic.woff) format("woff");
}
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"),
    url(/static/fonts/Roboto-Bold.woff) format("woff");
}
@font-face {
  font-family: roboto;
  font-style: italic;
  font-weight: 700;
  src: local("Roboto"),
    url(/static/fonts/Roboto-BoldItalic.woff)
      format("woff");
}
@font-face {
  font-family: roboto thin;
  font-style: normal;
  font-weight: 250;
  src: local("Roboto Thin"),
    url(/static/fonts/Roboto-Thin.woff) format("woff");
}
@font-face {
  font-family: roboto thin;
  font-style: italic;
  font-weight: 250;
  src: local("Roboto Thin"),
    url(/static/fonts/Roboto-ThinItalic.woff)
      format("woff");
}
@font-face {
  font-family: roboto light;
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"),
    url(/static/fonts/Roboto-Light.woff) format("woff");
}
@font-face {
  font-family: roboto light;
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light"),
    url(/static/fonts/Roboto-LightItalic.woff)
      format("woff");
}
@font-face {
  font-family: roboto medium;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"),
    url(/static/fonts/Roboto-Medium.woff) format("woff");
}
@font-face {
  font-family: roboto medium;
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium"),
    url(/static/fonts/Roboto-Medium.woff)
      format("woff");
}
@font-face {
  font-family: roboto black;
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"),
    url(/static/fonts/Roboto-Black.woff) format("woff");
}
@font-face {
  font-family: roboto black;
  font-style: italic;
  font-weight: 900;
  src: local("Roboto Black"),
    url(/static/fonts/Roboto-BlackItalic.woff)
      format("woff");
}
