body {
  margin: 0;
  line-height: normal;
  height: 100%;
  width: 100%;
}

:root {
  /* fonts */
  --font-inter: Inter;

  /* font sizes */
  --font-size-13xl: 32px;

  /* Colors */
  --color-white: #fff;
}
