@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

.navbar {
	background-color: #0a233f;
}

.nav-link {
	color: #ffffff;
}

.bottomLink>a {
	color: #a7b4c4;
	padding-left: 10px;
}

p {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.88;
	font-size: 18px;
	letter-spacing: -0.004em;
	color: rgba(0, 0, 0, 0.84);
}

li {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.88;
	font-size: 18px;
	letter-spacing: -0.004em;
	color: rgba(0, 0, 0, 0.84);
}

.disclosure {
	font-size: 1.2rem;
	font-weight: 500;
	color: #5e5e5e;
}

.strong {
	font-weight: 800;
}

#postTitle {
	font-weight: 700;
	font-size: 2.50rem;
}

.fa-check-square {
	color: #1565c0;
}