/* IMPORT DE GOOGLE FONTS */
/* https://fonts.google.com/ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito:ital,wght@0,500;1,500&family=Old+Standard+TT&family=Pinyon+Script&display=swap');

/* FUENTES DESCARGADAS */
/* https://www.dafont.com/es/ */

@font-face {
    font-family: "Hatton 500";
    src: url("../fonts/PP\ Hatton\ Medium\ 500.otf");
}

@font-face {
    font-family: "Hatton 700";
    src: url("../fonts/PP\ Hatton\ Bold\ 700.otf");
}

@font-face {
    font-family: "BD Script";
    src: url("../fonts/BDScript-Regular.ttf");
}

@font-face {
    font-family: "The YG";
    src: url("../fonts/TYScript-Rg.ttf");
}

/* Nunito normal */
body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* BD cursiva */
.font-cursive {
    font-family: "BD Script";
}

/* Pinyon Script */
.font-cursive2 {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Libre Script */
.font-cursive3 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}

/* The Youngest Script */
.font-cursive4 {
    font-family: "The YG";
}

/* Conmorant garamong italic */
.font-cursive5 {
    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 negrita  */
.font-2 {
    font-family: "Hatton 700";
}

/* Libre Negrita */
.font-3 {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}

/* Hatton */
.font-4 {
    font-family: "Hatton 500";
}

/* Libre Basker */
.font-5 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

/* Old Standard */
.font-5 {
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
}