/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.container {
	display: flex;
	flex-direction: column;
}

body {
	margin: 0;
	overflow-y: hidden;
}

@font-face {
	font-family: 'SourceSansPro';
	src: url('SourceSansPro-Regular.otf')
		format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: 'SourceSansPro';
	font-size: medium;
}

:root {
	--primary-blue: #1434a0;
}


/*# sourceMappingURL=styles.css.map*/