/* =========================
   FUENTE GOOGLE: AMARANTH
   ========================= */

.text-amaranth {
    font-family: "Amaranth", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

/* =========================
   FUENTE LOCAL: PATRIA
   ========================= */

@font-face {
    font-family: 'Patria';
    src: url('../fonts/Patria_Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.text-patria {
    font-family: 'Patria', sans-serif !important;
}

.text-raleway {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.text-Space {
    font-family: "Space Grotesk", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.text-mex {
    font-family: "Unbounded", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* =========================
   ALERTAS: SPACE GROTESK
   ========================= */

.swal2-popup,
.swal2-title,
.swal2-html-container,
.swal2-actions button,
.swal2-input,
.swal2-textarea,
.swal2-select,
.swal2-validation-message {
    font-family: "Space Grotesk", sans-serif !important;
}

.alert,
.alert * {
    font-family: "Space Grotesk", sans-serif !important;
}
