*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

html,
:host {
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fafafa;
  background-color: #222222;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: inherit;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}

h2 {
  font-size: 2.25rem;
  line-height: calc(2.5 / 2.25);
}

h3 {
  font-size: 1.875rem;
  line-height: calc(2.25 / 1.875);
}

h4 {
  font-size: 1.5rem;
  line-height: calc(2 / 1.5);
}

h5 {
  font-size: 1.25rem;
  line-height: calc(1.75 / 1.25);
}

h6 {
  font-size: 1rem;
  line-height: calc(1.5 / 1);
}

p {
  margin-bottom: 1rem;
}
