/* =======================================================
   LOCAL FONTS — Treinador David (Inter & Oswald)
   GDPR Compliant - No External CDN
   ======================================================= */

/* === INTER FONT FAMILY === */

/* Inter 18pt (para texto pequeno/médio: 14-18px) */
@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;
}

/* Inter 24pt (para texto grande: 20-28px) */
@font-face {
  font-family: 'Inter-24';
  src: url('Inter/Inter_24pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-24';
  src: url('Inter/Inter_24pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-24';
  src: url('Inter/Inter_24pt-Black.woff2') format('woff2');
  font-weight: 900;
  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;
}

/* === FALLBACK STACKS === */
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
