@font-face{
    font-family: MiFuente;
    src:url(fonts/Cinzel-Regular.otf),
        url(fonts/Cinzel-Regular.woff),
        url(fonts/Cinzel-Regular.woff2),
}

header h1{
    font-family: MiFuente !important;
    color:black !important;
}

.card-text{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media all and (min-width: 320px) {
    header h1{
    font-size: 2.5em;
    }
}

@media all and (min-width: 768px) {
    header h1{
    font-size: 4.8em;
    }
}

@media all and (min-width: 1440px) {
    header h1{
    font-size: 7em;
    }
}


