/* =======================================================
   LOCAL FONTS - Treinador David
   GDPR Compliant - No External CDN
   Version 2.0.0 - Dezembro 2025
   ======================================================= */

/* === INTER FONT FAMILY === */
@font-face {
    font-family: 'Inter';
    src: url('Inter/Inter_18pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter/Inter_18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter/Inter_18pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* === OSWALD FONT FAMILY === */
@font-face {
    font-family: 'Oswald';
    src: url('Oswald/Oswald-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald/Oswald-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

/*
 * NOTA: Typography (body, headings) deve ser definida no Elementor Global Settings
 * NAO definir aqui para evitar duplicacao
 */
