body {
  font-family: "Interphases Pro", sans-serif !important;
}
@font-face {
  font-family: "Interphases Pro" !important;
  src: url("fonts/InterphasesPro.woff2") format("woff2"),
       url("fonts/InterphasesPro.woff") format("woff") !important;
  font-weight: 100 900 !important;
  font-style: normal !important;
}

.btn-primary{
  background: #DA6C6C !important;
}