h1 {
  font-family: "Latina-SemiBold";
}
h2 {
  font-family: "Latina-SemiBold";
}
h3 {
  font-family: "Latina-SemiBold";
}

@font-face {
  font-family: 'Latina-SemiBold';
  src: url('../fonts/Latina-SemiBold.eot');
  src: url('../fonts/Latina-SemiBold.eot?iefix') format('eot'),
    url('../fonts/Latina-SemiBold.woff') format('woff'),
    url('../fonts/Latina-SemiBold.ttf') format('truetype'),
    url('../fonts/Latina-SemiBold.svg#webfont') format('svg');
}

@font-face {
  font-family: 'Latina-Light';
  src: url('../fonts/Latina-Light.eot');
  src: url('../fonts/Latina-Light.eot?iefix') format('eot'),
    url('../fonts/Latina-Light.woff') format('woff'),
    url('../fonts/Latina-Light.ttf') format('truetype'),
    url('../fonts/Latina-Light.svg#webfont') format('svg');
}