/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
  font-family: 'MiFuente';
  src: url('../../fonts/Aura/Aura.woff') format('woff'),
       url('../../fonts/Aura/Aura.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'MiFuente', sans-serif;
}
