@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

@font-face{
	font-family: 'Foco';
	src: url('https://s3.amazonaws.com/themes.limelightplatform.com/client/canada-life/css/fonts/Foco_Std_Rg.ttf');
	font-weight: normal;
}

@font-face{
	font-family: 'Foco';
	src: url('https://s3.amazonaws.com/themes.limelightplatform.com/client/canada-life/css/fonts/Foco_Std_Bd.ttf');
	font-weight: bold;
}

@font-face{
	font-family: 'Foco';
	src: url('https://s3.amazonaws.com/themes.limelightplatform.com/client/canada-life/css/fonts/Foco_Std_Lt.ttf');
	font-weight: lighter;
}

*{
	font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Foco';
	font-size: 32px;
	font-weight: bold;
}