/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Open Sans'),
  url(opensans.woff2) format('woff2'),
  url(opensans.woff) format('woff'),
  url(opensans.ttf) format('truetype'),
  url(opensans.otf) format('opentype'),
  url(opensans.eot) format('embedded-opentype');
}

//local = sino esta en el sistema descargarlo
//ttf = bueno
//otf = beno y recomendado

*/
@font-face {
    font-family: 'Garamont';
    src: url("../fonts/garamont/garamont_regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Garamont';
    src: url("../fonts/garamont/garamont_italic") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: 'Garamont';
    src: url("../fonts/garamont/garamont_bold") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Barlow';
    src: url("../fonts/Barlow/Barlow-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url("../fonts/Barlow/Barlow-Bold") format("truetype");
    font-style: normal;
    font-weight: bold;
}