@font-face {
  font-family: VWHead ExtraBold;
  src: url(../fonts/VWHead-ExtraBold.otf);
}
@font-face {
  font-family: VWText;
  src: url(../fonts/VWText.otf);
}
@font-face {
  font-family: VWHead Bold;
  src: url(../fonts/VWHead-Bold.otf);
}
button {
  font-family: "VWHead Bold", san-serif;
  font-weight: 200 !important;
}
p,
label {
  font-family: "VWText", san-serif;
  color: #1b2f63;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  box-shadow: none !important;
  outline: none !important;
}
