/* Import files with example */
/* @import url('reset.css'); */
@import url('design-tokens.css');
@import url('tw-output.css');
@import url('utility-classes.css');

body {
  font-family: 'Source Sans 3', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Noto Sans', sans-serif;
  background-color: var(--color-neutral-1);
}

h1 {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  letter-spacing: -0.9px;
  font-weight: 900;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

p {
  font-size: 20px;
  line-height: 1.65;
}
