@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-Black.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-BlackItalic.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-Bold.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-BoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-Italic.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-Light.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-LightItalic.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fonts/OpenSauceOne-Regular.woff2') format('woff2'),
        url('../fonts/OpenSauceOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frente Nacional';
    src: url('../fonts/FrenteNacional.woff2') format('woff2'),
        url('../fonts/FrenteNacional.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.negrita{
	font-weight: bold;
}
.italica{
	font-style: italic;
}
.black{
	font-weight: 900;
}

