/* IMPORT DE GOOGLE FONTS
 * https://fonts.google.com/
 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

/* FUENTES DESCARGADAS
 * https://www.dafont.com/es/
 */
@font-face {
    font-family: "The_YS";
    src: url("../fonts/TYScript-Rg.woff");
}

@font-face {
    font-family: "Hatton_M";
    src: url("../fonts/PP\ Hatton\ Medium\ 500.otf");
}

@font-face {
    font-family: "Hatton";
    src: url("../fonts/hatton-regular.ttf");
}

@font-face {
    font-family: "BD";
    src: url("../fonts/BDScript-Regular.ttf");
}

@font-face {
    font-family: "BD_Bold";
    src: url("../fonts/BDScript-Bold.woff");
}

@font-face {
    font-family: "BMango";
    src: url("../fonts/BlackMango-Regular.ttf");
}

@font-face {
    font-family: "BMango_Bold";
    src: url("../fonts/BlackMango-Bold.otf");
}