/*main*/
@import 'normalize.css';
@import 'variables.css';
@import 'fonts.css';
@import 'components/header.css';
@import 'components/footer.css';
@import 'components/styles.css';
/*components*/

*:focus-visible {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}

html {
  overflow: scroll;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

button {
  margin: 0;
  padding: 0;
}

.btn-reset {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
