@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.woff2") format("woff2"), url("Roboto-ThinItalic.woff2") format("woff2"), url("Roboto-Black.woff2") format("woff2"), url("Roboto-BlackItalic.woff2") format("woff2"), url("Roboto-Bold.woff2") format("woff2"), url("Roboto-BoldItalic.woff2") format("woff2"), url("Roboto-Italic.woff2") format("woff2"), url("Roboto-Light.woff2") format("woff2"), url("Roboto-LightItalic.woff2") format("woff2"), url("Roboto-Medium.woff2") format("woff2"), url("Roboto-MediumItalic.woff2") format("woff2"), url("Roboto-Regular.woff2") format("woff2"), url("Roboto-Thin.woff2") format("woff2"); }

@font-face {
  font-family: "RobotoCondensed";
  src: url("RobotoCondensed-Bold.woff2") format("woff2"), url("RobotoCondensed-BoldItalic.woff2") format("woff2"), url("RobotoCondensed-Italic.woff2") format("woff2"), url("RobotoCondensed-Light.woff2") format("woff2"), url("RobotoCondensed-LightItalic.woff2") format("woff2"), url("RobotoCondensed-Medium.woff2") format("woff2"), url("RobotoCondensed-MediumItalic.woff2") format("woff2"), url("RobotoCondensed-Regular.woff2") format("woff2"); }

/*the following rule hopefully forces Safari to constantly update the font-size during 
window-resize. Otherwise Safari will stick to the initial font-size:
https://stackoverflow.com/questions/37070694/font-size-calc-dynamic-size-safari-failing
*/
body, p, h1, h2, h3, h4, h5 {
  min-height: 0vw; }

/*# sourceMappingURL=fonts.sass/map */