/*=== FUENTES BOLIVAR ===*/

@font-face {
  font-family: 'Bolivar';
  src: url('../fonts/Bolivar-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bolivar';
  src: url('../fonts/Bolivar-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*=== APLICACIÓN DE FUENTE ===*/

html,
body,
p, div, span, a, li, td, th {
  font-family: 'Bolivar', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bolivar', sans-serif !important;
  font-weight: bold !important;
}
