/* Importe a fonte do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Defina o tamanho de fonte grande */
h1 {
  font-size: 3rem;
}

/* Aplique a fonte "Poppins Regular" em todo o site */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* Poppins Regular é a variação 400 */
font-size: 1.6rem;
}
