body {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}





h1, h2, h3, h4, h5, h6 {
  font-family: "Bangers", cursive;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 0.5em;
  line-height: 1.1;
}

h6 {font-weight: 400;}

/* Font size hierarchy */
h1 {
  font-size: 3rem;     /* ~48px */
  color:#fff
}
h2 {
  font-size: 2.5rem;   /* ~40px */
   color:#fff
}
h3 {
  font-size: 2rem;     /* ~32px */
}
h4 {
  font-size: 1.75rem;  /* ~28px */
}
h5 {
  font-size: 1.5rem;   /* ~24px */
}
h6 {
  font-size: 1.25rem;  /* ~20px */
}


/* h1 { font-size: clamp(2rem, 5vw, 3rem); }
h2 { font-size: clamp(1.75rem, 4.5vw, 2.5rem); }
h3 { font-size: clamp(1.5rem, 4vw, 2rem); }
h4 { font-size: clamp(1.25rem, 3.5vw, 1.75rem); }
h5 { font-size: clamp(1.1rem, 3vw, 1.5rem); }
h6 { font-size: clamp(1rem, 2.5vw, 1.25rem); }
 */