/* ROBOTO (Regular) - Atualizado para v50 */
@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/roboto-v50-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ROBOTO (Bold) - Atualizado para v50 */
@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/roboto-v50-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* PLAYFAIR DISPLAY (Mantenha se você já arrumou os arquivos dessa também) */
@font-face {
    font-family: 'Playfair Display';
    src: url('../webfonts/PlayfairDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../webfonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Definições Globais */
:root {
    --font-padrao: 'Roboto', sans-serif;
    --font-titulo: 'Playfair Display', serif;
}

body {
    font-family: var(--font-padrao);
}

h1, h2, h3, h4, h5, h6, .titulo-serif {
    font-family: var(--font-titulo);
}