.source-sans-3-regular {
	font-family: 'Source Sans 3', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.libre-baskerville-regular {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #1d1c1c;
	color: #888;
	font-size: 16px;
}

h1,
h2 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: never;
	color: #c4c4c4;
}

h1 {
	font-size: 1.5rem;
	line-height: 1.5;
}

h2 {
	font-size: 1.25rem;
	line-height: 1.5;
}

h3 {
	font-size: 1rem;
	line-height: 1.5;
}

p {
	line-height: 1.6;
}

p,
a,
h3 {
	font-family: 'Source Sans 3', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: never;
}

a:link,
a:visited {
	color: #888;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: #565656;
}

a:hover {
	text-decoration-color: #888888;
}

a.btn {
	letter-spacing: 2px;
	height: 2.5rem;
	padding-inline: 2rem;
	text-transform: uppercase;
	font-variant: small-caps;
	text-decoration: none;
	display: grid;
	place-items: center;
	line-height: 1;
	width: fit-content;
}

.btn.btn-primary {
	background: #504c46;
	color: #c4c4c4;
	transition: all 0.2s ease-in-out;
}

.btn.btn-primary:hover {
	background: #383531;
}
