html{
  zoom: 0.915;
}

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

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

  /* font sizes */
  --font-size-xl: 20px;

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

  /* Border radiuses */
  --br-3xs: 10px;
}
