@import url(Merriweather.css);
@import url(Inter.css);

body {
	font-size: 16px;
	font-family: "Merriweather", georgia, cambria, "Times New Roman", times, serif;
	color: #c5c5c5;
	/* letter-spacing: 1px; */
	margin: 0;
	padding: 0;
}

p {
	line-height: 24px;
	font-size: 16px;
	color: #333;
	font-family: "Merriweather", georgia, cambria, "Times New Roman", times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: "Inter", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
	font-size: 60px;
	font-weight: 700;
}

h2 {
	font-size: 36px;
	font-weight: 700;
}

h3 {
	font-size: 26px;
	font-weight: 700;
}

h4 {
	font-size: 24px;
	font-weight: 700;
}

h5 {
	font-size: 20px;
	font-weight: 700;
}

h6 {
	font-size: 18px;
	font-weight: 700;
}

ul,
ol,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:hover {
	text-decoration: none;
}