/* Import the Google Font */
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');

/* Apply the font to all H1 headers */
h1 {
  font-family: 'Squada One', sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222; /* optional styling */
}