/* Fonte locais (sem CDN) para o checkout.
   Licenças em: /payments/fonts/licenses/
*/

/* Inter (Regular / SemiBold) */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/payments/fonts/inter/Inter-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/payments/fonts/inter/Inter-SemiBold.woff2') format('woff2');
}

/* Poppins (Regular / SemiBold) */
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/payments/fonts/poppins/Poppins-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/payments/fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
}

/* Roboto (Regular / Bold) */
@font-face{
  font-family:'Roboto';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/payments/fonts/roboto/Roboto-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'Roboto';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/payments/fonts/roboto/Roboto-Bold.woff2') format('woff2');
}

