/* Roboto self-hosted (reemplaza dependencia de Google Fonts). Archivos en public/fonts/roboto/. */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(/fonts/roboto/roboto-300.woff2) format('woff2'), url(/fonts/roboto/roboto-300.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/fonts/roboto/roboto-400.woff2) format('woff2'), url(/fonts/roboto/roboto-400.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(/fonts/roboto/roboto-500.woff2) format('woff2'), url(/fonts/roboto/roboto-500.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/fonts/roboto/roboto-700.woff2) format('woff2'), url(/fonts/roboto/roboto-700.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url(/fonts/roboto/roboto-900.woff2) format('woff2'), url(/fonts/roboto/roboto-900.woff) format('woff');
}
