/* Import Google Font "Instrument Sans" */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

/* Apply the custom font to the entire body */
body {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px; /* Adjust the font size as needed */
  line-height: 1.5;
}

