

/* Fonts */
/* .font_Antrofis{
  font-family: 'Antrofis', sans-serif;
  src: url(../fonts/Antrofis.ttf) format('truetype');
  font-weight: normal;
}
 */

.font_inter_extrabold{
  font-family: 'Inter', sans-serif;
  src: url(../fonts/inter/Inter_24pt-ExtraBold.ttf) format('truetype');
  font-weight: bold;
}
.font_inter_medium{
  font-family: 'Inter', sans-serif ;
  src: url(../fonts/inter/Inter_24pt-Medium.ttf) format('truetype');
  font-weight: medium;
}

.font_inter_regular{
  font-family: 'Inter', sans-serif;
  src: url(../fonts/inter/Inter_24pt-Regular.ttf) format('truetype');
  font-weight: normal;
}




/* Color */
.hex_e7ceba {
  background-color: #e7ceba;
  color: #e7ceba;
}

.hex_7a2309 {
  background-color: #7a2309;
  color:#7a2309;
}

.hex_c74327 {
  background-color: #c74327;
  color: #c74327;
}

