@font-face {font-family: 'NotoSerif'; src: url('/fonts/NotoSerif/NotoSerif-Regular.woff2') format('woff2'), url('/fonts/NotoSerif/NotoSerif-Regular.woff') format('woff'), url(/fonts/NotoSerif/NotoSerif-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}

@font-face {font-family: 'Quicksand';
src: url('/fonts/Quicksand/Quicksand-Medium.woff2') format('woff2'),
url('/fonts/Quicksand/Quicksand-Medium-Regular.woff') format('woff'),
url(/fonts/Quicksand/Quicksand-Medium-Regular.ttf') format('truetype');
font-weight: normal; 
font-style: normal;
font-display: swap;
    
}

h1 {
  font-family: 'NotoSerif';
}

h2 {
  font-family: 'NotoSerif';

}

h3 {
   font-family: 'NotoSerif';

}

 h4 {
  font-family: 'NotoSerif';

}

h5 {
  font-family: 'Quicksand';

}

h6 {
  font-family: 'Quicksand';

}



p, body {
  font-family: 'Quicksand';
  font-size: 1.8rem;
  font-weight: 400;
	color: #000000;
}

a {
	font-size: 1.8rem;
	 line-height: 1.2;
}

ul {
font-family: 'Quicksand';
  font-size: 1.8rem;
  font-weight: 400;
color: #000000;

}

#content-wrap.container.clr {
    padding-top: 0px;
    padding-bottom: 50px;
}


.pink-font {
		color:#c60b71;
}