/* Base body font */
html {
  font-size: 16px; /* 1rem = 16px */
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem; /* 16px */
  color: #000; /* Default text color */
  margin: 0;
  padding: 0;
}

/* Heading styles */
h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; /* Medium weight */
  font-size: 2.25rem; /* ~64px */
  margin: 20px 0;
  text-align: center;
}

h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; /* Regular weight */
  font-size: 1rem; /* ~32px */
  margin: 10px 0 20px 0;
  text-align: center;
}

/* Paragraph styling*
