@font-face {
    font-family: 'ConfigAlt';
    src: url('../base/fuentes-tipograficas/config%20alt/ConfigAltRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ConfigAlt';
    src: url('../base/fuentes-tipograficas/config%20alt/ConfigAltMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ConfigAlt';
    src: url('../base/fuentes-tipograficas/config%20alt/ConfigAltSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ConfigAlt';
    src: url('../base/fuentes-tipograficas/config%20alt/ConfigAltBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ConfigAlt';
    src: url('../base/fuentes-tipograficas/config%20alt/ConfigAltBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ConfigAlt';
    src: url('../base/fuentes-tipograficas/config%20alt/ConfigAltItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redstick';
    src: url('../base/fuentes-tipograficas/redstick/REDSTICK-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Redstick';
    src: url('../base/fuentes-tipograficas/redstick/REDSTICK-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary1: #A6D19C;
    --primary2: var(--danger);
    --primary3: #041E42;

    --black: #121212;
    --white: #fcfcfc;
    --verde-claro: #E8F4E0;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --gray: #E3E3E3;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;

    background-color: transparent;
}

*{

    font-family: 'ConfigAlt', sans-serif;

}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Redstick', sans-serif;
}

.font-config { font-family: 'ConfigAlt', sans-serif; }
.font-configalt { font-family: 'ConfigAlt', sans-serif; }
.font-redstick { font-family: 'Redstick', sans-serif; }