@font-face {
  font-family: MiFuente;
 src: url('../fuentes/ChunkFive-Regular.otf'),
     url(../fuentes/chunkfive-regular-webfont.woff'),
     url(../fuentes/chunkfive-regular-webfont.woff2');
     
}

body {
  font-family: Arial, sans-serif;
}

.site-branding .site-title-wrap .site-title a {
  font-family: MiFuente !important;
  color: #bb0000 !important;
  font-weight: bold;
  font-size: 2em;
  text-decoration: none;
}

.card {
  font-family: 'Oswald', sans-serif;
}