@font-face {
  font-family: "Meso";
  src: url("../fonts/Meso-Regular.woff2") format("woff2"),
	   url("../fonts/Meso-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Meso";
  src: url("../fonts/Meso-RegularItalic.woff2") format("woff2"),
	   url("../fonts/Meso-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Meso";
  src: url("../fonts/Meso-Light.woff2") format("woff2"),
	   url("../fonts/Meso-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Meso";
  src: url("../fonts/Meso-LightItalic.woff2") format("woff2"),
	   url("../fonts/Meso-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}