a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	cursor: pointer;
}

header li,
header ol,
header ul,
nav li,
nav ol,
nav ul,
footer li,
footer ol,
footer ul {
	margin: 0;
	padding: 0;
}

::selection {
	background: var(--primary);
	color: var(--white-1);
	text-shadow: none;
}

body {
	line-height: 1.5;
	color: var(--color-text-main);
	background-color: var(--color-background-main);
	font-family: var(--font-secundary);
}

a {
	text-decoration: none !important;
	color: var(--primary);
}

a:hover {
	color: var(--gray-1);
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-text-main);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: Poppins, sans-serif;
}

p {
	color: var(--color-text-main);
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 0.875rem;
}

h6 {
	font-size: 12px;
}

h4 {
	font-weight: 600;
}

@media (max-width: 767.98px) {
	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}
}

small {
	font-family: var(--font-secundary);
}
