/* Roboto - peso 300 (Light) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./roboto/roboto-v51-latin-300.woff2') format('woff2');
}

/* Roboto - peso 400 (Regular) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./roboto/roboto-v51-latin-regular.woff2') format('woff2');
}

/* Roboto - peso 500 (Medium) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./roboto/roboto-v51-latin-500.woff2') format('woff2');
}

/* Roboto ext - peso 300 (Light) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./roboto/roboto-v51-latin_latin-ext-300.woff2') format('woff2');
}

/* Roboto - peso 400 (Regular) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./roboto/roboto-v51-latin_latin-ext-regular.woff2') format('woff2');
}

/* Roboto - peso 500 (Medium) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./roboto/roboto-v51-latin_latin-ext-500.woff2') format('woff2');
}

/* Se você baixou latin-ext, adicione mais @font-face para cada peso com unicode-range */
/* O google-webfonts-helper já gera isso automaticamente — copia de lá */

/* Material Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('./material-icons/MaterialIcons-Regular.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}