* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  border: none;
}
html,
body {
  height: 100%;
}
body {
  background: #fff;
  color: #8d96a7;
  font-size: 0.96rem;
  font-weight: 300;
}

/* ~~~~~~~ FONTS ~~~~~~~ */
@font-face {
  font-family: "Swiss721BT_Bold";
  src: url("../fonts/Swis721_BT_Bold.ttf");
}

@font-face {
  font-family: "Swiss721BT_Thin";
  src: url("../fonts/Swis721_Lt_BT_Light.ttf");
}

.bold-tittle {
  font-family: "Swiss721BT_Bold";
}
