/* Variable */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:last-child {
  margin-bottom: 0;
}

body {
  color: #000;
  font-family: "SVN-Gilroy", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}

a {
  transition: 0.3s ease;
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  image-rendering: auto;
}



i.fa-light {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  margin-right: 10px;
  font-style: normal;
}