/* ============================================================
   Fontes — Instituto Agir
   Inter (corpo), Kennedy GD Book (decorativa)
   Montserrat carregado via Google Fonts no HTML
   ============================================================ */

/* ----- Inter: Regular (400) + SemiBold (600) + Bold (700) ----- */

/* weight 400 — Regular */
@font-face {
  font-family: 'Inter';
  src: local('Inter'),
       url('Inter.woff2') format('woff2'),
       url('Inter.woff') format('woff'),
       url('Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* weight 600 — SemiBold */
@font-face {
  font-family: 'Inter';
  src: local('Inter SemiBold'),
       local('Inter-SemiBold'),
       url('Inter.woff2') format('woff2'),
       url('Inter.woff') format('woff'),
       url('Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* weight 700 — Bold */
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'),
       local('Inter-Bold'),
       url('Inter.woff2') format('woff2'),
       url('Inter.woff') format('woff'),
       url('Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ----- Kennedy GD Book (decorativa) ----- */

@font-face {
  font-family: 'Kennedy GD Book';
  src: local('Kennedy GD Book'),
       url('Kennedy GD Book.woff2') format('woff2'),
       url('Kennedy GD Book.woff') format('woff'),
       url('Kennedy GD Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
