
*, *::before, *::after {
 
  padding: 0;
 
}


h1{margin: 0;}
html {
  scroll-behavior: smooth;
  
}

body {
  font-family: var(--font-main);
  background-color: #141d2f;
  color: var(--color-text);
  line-height: 1.5;
  
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
}

ul {
  list-style: none;
}