@font-face {
  font-family: "Effra";
  src: url(../fonts/Effra_Rg.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Effra";
  src: url(../fonts/Effra-medium.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Effra";
  src: url(../fonts/alfont_com_AlFont_com_Dalton-Maag-Effra-Bold.ttf)
    format("truetype");
  font-weight: 700;
}

* {
  font-family: 'Effra' !important;
}

html body {
  font-family: 'effra-regular';
  }
    
.errorlist li,
.error-message {
  color: red;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size:small;
  
}

