html{
  zoom: 0.915;
}

body {
  margin: 0;
  line-height: normal;
}

:root {
  /* fonts */
  --font-poppins: Poppins;

  /* Colors */
  --color-white: #fff;
  --color-darkorange: #ff8901;

  /* Border radiuses */
  --br-16xl: 35px;
}

a:link {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

a:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}