/*main*/
@import 'normalize.css';
@import 'variables.css';
@import 'fonts.css';
@import 'components/index.css';
/*components*/

*:focus-visible {
	outline: none;
}

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

html body {
	overflow-x: hidden !important;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

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;
}

.container {
	width: 100%;
	max-width: 100% !important;
}