

/* BrandonText -> Montserrat */ /*  Historia y actualidad */

@font-face {
  font-family: 'Montserrat';
  src: url(/static/fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'MontserratBold';
  src: url(/static/fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
  font-weight: bold;
}

/* Cormorant Garamond */ /*  Historia y actualidad */

@font-face {
  font-family: 'cormorantgaramond';
  src: url(/static/fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf) format('truetype');
}

