@font-face {
  font-family: "Quicksand";
  font-weight: 200;
  src: url(/fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Quicksand";
  font-weight: 300;
  src: url(/fonts/Quicksand-Regular.ttf);
}
@font-face {
  font-family: "Quicksand";
  font-weight: 400;
  src: url(/fonts/Quicksand-Medium.ttf);
}
@font-face {
  font-family: "Quicksand";
  font-weight: 500;
  src: url(/fonts/Quicksand-SemiBold.ttf);
}
@font-face {
  font-family: "Quicksand";
  font-weight: 600;
  src: url(/fonts/Quicksand-Bold.ttf);
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #342E37;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-size: 14px;
  background: #F3F3F3;
}

.required,
.error {
  color: #e94e42;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.width-100 {
  width: 100%;
}
