/*
 * Rawline — fonte oficial do gov.br DS, vendorizada localmente (offline).
 * Versão enxuta: só os pesos usados na página (400–800), estilo normal,
 * em woff2 (com woff de fallback). Fonte original: gov.br Design System.
 */
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('rawline-400.woff2') format('woff2'),
       url('rawline-400.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('rawline-500.woff2') format('woff2'),
       url('rawline-500.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('rawline-600.woff2') format('woff2'),
       url('rawline-600.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('rawline-700.woff2') format('woff2'),
       url('rawline-700.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('rawline-800.woff2') format('woff2'),
       url('rawline-800.woff') format('woff');
}
