
/** FONT STYLES **/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');

@font-face {
	font-family: 'Quicksand', sans-serif;
	src: url("../fonts/Quicksand_Bold.otf");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'CircularStd', sans-serif;
	src: url("../fonts/CircularStd-Black.ttf");
	font-style: normal;
	font-weight:900;
}

@font-face {
	font-family: 'CircularStd', sans-serif;
	src: url("../fonts/CircularStd-Bold.ttf");
	font-style: normal;
	font-weight:700;
}

.page-heading {
	font-family: 'CircularStd', sans-serif;
	font-style: normal;
	font-weight:700;
	font-size:50px;
	color: #031231;
	margin-top:-25px;
	margin-bottom: -20px;
	margin-left: -15px;
}

.about-top-content {
	margin-top: 50px;
}

h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 40px;
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 90px;
}

p {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
