*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

body {
  font-family: system-ui;
  font-size: 1.125rem;
  line-height: 1.6;
  background: var(--gray-0);
}

h1,
h2,
h3 {
  color: var(--orange-6);
  font-weight: var(--font-weight-9);
  line-height: 1.1;
}

h1 {
  font-size: 3.25rem;
}

h2 {
  font-size: 2.25rem;
}
