:root {
  --footer-height: 0px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Mulish, normal';
  font-family: var(--fontFamily, 'Mulish, normal');
}
a,
a:active,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}
#root,
body,
html {
  height: 100%;
  background: #fff;
}
