/*
 * Fonte Ubuntu hospedada localmente (self-hosted) — sem depender do Google Fonts.
 */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('Ubuntu-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    font-display: optional;
    src: url('Ubuntu-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url('Ubuntu-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 500;
    font-display: optional;
    src: url('Ubuntu-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url('Ubuntu-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    font-display: optional;
    src: url('Ubuntu-BoldItalic.woff2') format('woff2');
}
