/* Import Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');

/* Set default font family to Inter */
body {
  font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
h1, b {
  font-weight: 600;
}