/* headings */

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela/CanelaLight.woff2") format("woff2"),
    url("../fonts/Canela/CanelaLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.canela {
  font-family: "Canela";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

/* body */

@font-face {
  font-family: "Mier";
  src: url("../fonts/Mier/MierA-Regular.ttf") format("ttf"),
  url("../fonts/Mier/MierA-Regular.woff") format("woff"),
    url("../fonts/Mier/MierA-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.mier {
  font-family: "Mier";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
