body {
	background-color: #a73b39;
	color: #f2f4ed;
}

@font-face {
    font-family: 'HVD_Bodeo';
    src: url('HVD_Bodedo.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'caladea';
    src: url('assets/font/Caladea-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'instrument';
    src: url('assets/font/InstrumentSerif-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

.bodeo {
	font-family: "HVD_Bodeo";
}

.caladea {
	font-family: "caladea";
}

.instrument {
	font-family: "instrument";
}

.red-sauce {
	color: #a73b39;
}


.neuton-extralight {
  font-family: "Neuton", serif;
  font-weight: 200;
  font-style: normal;
}

.neuton-light {
  font-family: "Neuton", serif;
  font-weight: 300;
  font-style: normal;
}

.neuton-regular {
  font-family: "Neuton", serif;
  font-weight: 400;
  font-style: normal;
}

.neuton-bold {
  font-family: "Neuton", serif;
  font-weight: 700;
  font-style: normal;
}

.neuton-extrabold {
  font-family: "Neuton", serif;
  font-weight: 800;
  font-style: normal;
}

.neuton-regular-italic {
  font-family: "Neuton", serif;
  font-weight: 400;
  font-style: italic;
}
