/* IMPORT DE GOOGLE FONTS */
/* https://fonts.google.com/ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

/* FUENTES DESCARGADAS */
/* https://www.dafont.com/es/ */

@font-face {
    font-family: "Hatton 500";
    src: url("../fonts/PP\ Hatton\ Medium\ 500.otf");
}


/* Nunito normal */
body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* Conmorant */
.font-cursive {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
}

/* Nunito negrita */
.font-1 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* Hatton */
.font-2 {
    font-family: "Hatton 500";
}

.font-3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}