/* Pontuador — Webfonts
 * Brand face: Poppins (geometric rounded sans).
 * Weight 700 is self-hosted from the supplied poppins.bold.ttf.
 * Weights 400/500/600/800 are loaded from Google Fonts (no local files supplied). */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,800;1,400&display=swap');

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/poppins-bold.ttf') format('truetype');
}
