/* Fontes com fallback seguro (sem Google Fonts) */
/* Se quiser fontes auto-hospedadas, baixe Syne e DM Sans do fonts.google.com */
/* e coloque os arquivos .woff2 nesta pasta */

/* Fallback: fontes do sistema (LGPD-safe, zero requests externos) */
:root {
  --font-display: 'Syne', system-ui, -apple-system, sans-serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;
}

/* Descomente abaixo quando tiver os arquivos .woff2 nesta pasta: */
/*
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('Syne-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 400 500 600;
  font-display: swap;
  src: url('DMSans-Regular.woff2') format('woff2');
}
*/
