
/* FUENTE SANGRIENTA, CREO XD */

@font-face{
    font-family: 'Blood';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url("/fonts/BloodVictimZombie.woff2");
}

.text-blood{
    font-family: 'Blood', sans-serif;
}

/* FUENTE DE SLENDERMAN */

@font-face{
    font-family: 'Slender';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url("/fonts/HelpMe.woff2");
}

.text-slender{
    font-family: 'Slender', sans-serif;
}

/* FUENTE DE FNAF */

@font-face{
    font-family: 'fnaf';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url("/fonts/FiveFontsatFreddy\'s-Regular.woff2");
}

.text-fnaf{
    font-family: 'fnaf';
}

/* FUENTE DE EL TIMI TORNER */


@font-face{
    font-family: 'burton';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url("/fonts/NITEMARE.woff2");
}

.text-burton{
    font-family: 'burton';
}



body{
    background-color: blueviolet;
}