/* Fonte Inter */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900; /* Abrange todos os pesos de 100 a 900 */
    font-display: swap;
    src: local('Inter'),
        url('../font/inter/Inter-VariableFont.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: local('Inter Italic'),
        url('../font/inter/Inter-Italic-VariableFont.ttf') format('truetype');
}

/* FIM Fonte Inter END */


/* Fonte Newsreader (Variable) */
@font-face {
    font-family: 'Newsreader';
    font-style: normal;
    font-weight: 200 800;
    /* Abrange pesos de 200 a 800 */
    font-display: swap;
    src: local('Newsreader'),
        url('../font/newsreader/Newsreader-VariableFont.ttf') format('truetype');
}

@font-face {
    font-family: 'Newsreader';
    font-style: italic;
    font-weight: 200 800;
    font-display: swap;
    src: local('Newsreader Italic'),
        url('../font/newsreader/Newsreader-Italic-VariableFont.ttf') format('truetype');
}

/* FIM Fonte Newsreader (Variable) END */