@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600");
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "DINPro-Regular";
  src: url("D-DIN-PRO-400-Regular.otf");
}

@font-face {
  font-family: "DINPro-Medium";
  src: url("D-DIN-PRO-500-Medium.otf") format("opentype");
}

@font-face {
  font-family: "DINPro-SemiBold";
  src: url("D-DIN-PRO-600-SemiBold.otf")
    format("opentype");
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("D-DIN-PRO-700-Bold.otf")
    format("truetype");
}
@font-face {
  font-family: "DINPro-ExtraBold";
  src: url("D-DIN-PRO-800-ExtraBold.otf");
}

@font-face {
  font-family: "DINPro-Heavy";
  src: url("D-DIN-PRO-900-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "DINPro-Light";
  src: url("DINPro-Light.otf")
    format("opentype");
}
