@font-face {
  font-family: "LatoLatin";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans");
  src: url("./fonts/LatoLatin-Regular.eot");
  src: url("./fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/LatoLatin-Regular.woff2") format("woff2"),
    url("./fonts/LatoLatin-Regular.woff") format("woff"),
    url("./fonts/LatoLatin-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "LatoLatinMedium";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans");
  src: url("./fonts/LatoLatin-Medium.eot");
  src: url("./fonts/LatoLatin-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/LatoLatin-Medium.woff2") format("woff2"),
    url("./fonts/LatoLatin-Medium.woff") format("woff"),
    url("./fonts/LatoLatin-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "LatoLatinBold";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans");
  src: url("./fonts/LatoLatin-Bold.eot");
  src: url("./fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/LatoLatin-Bold.woff2") format("woff2"),
    url("./fonts/LatoLatin-Bold.woff") format("woff"),
    url("./fonts/LatoLatin-Bold.ttf") format("truetype");
}
