@font-face {
    font-family: 'Libertad';
    src: url('fonts/Libertad-Italic.woff2') format('woff2'),
        url('fonts/Libertad-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Libertad';
    src: url('fonts/Libertad-BoldItalic.woff2') format('woff2'),
        url('fonts/Libertad-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Libertad';
    src: url('fonts/Libertad-Bold.woff2') format('woff2'),
        url('fonts/Libertad-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

