@font-face {
    font-family: "archivo-regular";
    src: url(../fuentes/Archivo_Black/ArchivoBlack-Regular.ttf);
}

@font-face {
    font-family: "kanit-regurar";
    src: url(../fuentes/kanit/Kanit-Regular.ttf);
}

@font-face {
    font-family: "galano-semi";
    src: url(../fuentes/galano/GalanoGrotesqueAltBold.otf);
}

@font-face {
    font-family: "IBM-bold";
    src: url(../fuentes/ibm/IBMPlexSans-Bold.ttf);
}

@font-face {
    font-family: "IBM-semi";
    src: url(../fuentes/ibm/IBMPlexSans-SemiBold.ttf);
}

@font-face {
    font-family: "dm-regular";
    src: url(../fuentes/dm/DMSans-Regular.ttf);
}

@font-face {
    font-family: "dm-Medium";
    src: url(../fuentes/dm/DMSans-Medium.ttf);
}

@font-face {
    font-family: "Valken-regular";
    src: url(../fuentes/valken/Valken__.ttf);
}

@font-face {
    font-family: "geoglo-regular";
    src: url(../fuentes/Glegoo/Glegoo-Regular.ttf);
}

@font-face {
    font-family: "readex-regular";
    src: url(../fuentes/readex/static/ReadexPro-Regular.ttf);
}

@font-face {
    font-family: "hk-medium";
    src: url(../fuentes/hk/HKGrotesk-Medium.ttf);
}

.swal2-title {
    font-family: 'archivo-regular', sans-serif; /* Cambia 'Arial' por la fuente que prefieras */
}

.swal2-html-container {
    font-family: 'dm-regular', sans-serif; /* Cambia 'Verdana' por la fuente que prefieras */
}

.swal2-confirm {
    font-family: 'dm-regular', sans-serif; /* Cambia 'Roboto' por la fuente que prefieras */
}

.swal2-cancel{
    font-family: 'dm-regular', sans-serif; /* Cambia 'Roboto' por la fuente que prefieras */
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #12abe2;
    color: #fff;
    font-size: 1em;
}