/* ===== LOCAL FONTS ===== */
/* Substitui o preconnect do Google Fonts por fontes locais */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local('Inter Regular'), local('Inter-Regular'),
       url('inter-regular.woff2') format('woff2'),
       url('inter-regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local('Inter Medium'), local('Inter-Medium'),
       url('inter-medium.woff2') format('woff2'),
       url('inter-medium.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
       url('inter-semibold.woff2') format('woff2'),
       url('inter-semibold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local('Inter Bold'), local('Inter-Bold'),
       url('inter-bold.woff2') format('woff2'),
       url('inter-bold.woff') format('woff');
}
