
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

:root, .Modern_Theme{
	--PrimaryColor: #285462;
	--SecondaryColor: #92a9ac;
	--TertiaryColor: #01232e;

	--PrimaryFont: 'Nunito Sans', sans-serif;
	--SecondaryFont: "Open Sans",  \'Open Sans\', Sans, sans-serif;

	--LogoLight: url('https://static.suiteux.com/img/suiteux_logo.png');
	--LogoDark: url('https://static.suiteux.com/img/suiteux_logo.png');

	font-family: var(--PrimaryFont);
	color: var(--PrimaryColor);
}

.Modern_Theme .PrimaryFont{
	font-family: var(--PrimaryFont);
}
.Modern_Theme .SecondaryFont {
	font-family: var(--SecondaryFont);
}
.Modern_Theme .PrimaryColor {
	color: var(--PrimaryColor);
}
.Modern_Theme .SecondaryColor {
	color: var(--SecondaryColor);
}
.Modern_Theme .TertiaryColor {
	color: #01232e;
}

.Modern_Theme h1{
	font-size: 58px;
	line-height: 1.5em;

}
.Modern_Theme h2{
	font-size: 48px;
	line-height: 1.5em;

}
.Modern_Theme h3{
	font-size: 36px;
	line-height: 1.5em;

}
.Modern_Theme h4{
	font-size: 28px;
	line-height: 1.5em;

}
.Modern_Theme h5{
	font-size: 22px;
	line-height: 1.5em;

}
.Modern_Theme h6{
	font-size: 18px;
	line-height: 1.5em;

}
