@font-face {
    font-family: "Fredoka";
    src: url("../fuente/Fredoka/Fredoka-Regular.ttf") format("truetype");
    font-weight: 400;

}

@font-face {
    font-family: "Fredoka";
    src: url("../fuente/Fredoka/Fredoka-Bold.ttf")format("truetype");;
    font-weight: 900;
}

@font-face {
    font-family: "Fredoka";
    src: url("../fuente/Fredoka/Fredoka-SemiBold.ttf")format("truetype");;
    font-weight: 600;
}

@font-face {
    font-family: "AmaricSC";
    src: url("../fuente/AmaticSC/AmaticSC-Bold.ttf")format("truetype");;
    font-weight: 900;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fuente/Montserrat/Montserrat-Regular.ttf")format("truetype");;
    font-weight: 400;
}