@font-face {
  font-family: "Pogonia";
  src: url("../fonts/pogonia/Pogonia-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pogonia";
  src: url("../fonts/pogonia/Pogonia-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pogonia";
  src: url("../fonts/pogonia/Pogonia-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pogonia";
  src: url("../fonts/pogonia/Pogonia-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button {
	font-family: "Pogonia";
}

a,
a:hover,
a:focus,
a:visited,
a:active {
	color: #4C5EEB;
	text-decoration: none;
}

p {
	line-height: 34px;
    font-size: 20px;
    font-weight: 100;
    color: #3340EB;
}

strong,
strong p,
strong span {
	font-weight: 900 !important;
}

ul {
	margin-left: 0;
}

ul li {
	line-height: 34px;
    font-size: 20px;
    font-weight: 100;
    color: #3340EB;
    font-family: "Pogonia", sans-serif;
}

.spantext {
    width: 100%;
    font-size: 30px;
    font-weight: 100;
    line-height: 22px;
    color: #B395E9;
    margin-bottom: 10px;
}

h1 {
	font-family: "Pogonia", sans-serif;
    font-size: 46px;
    line-height: 1.2em;
    color: #4C5EEB;
    margin-bottom: 2rem;
    font-weight: 900;
    width: 100%;
    display: inline-block;
}

.home h1 {
	font-weight: 100;
}

h2 {
	font-size: 40px;
    line-height: 1.3em;
    font-weight: 900;
    margin-bottom: 15px;
    color: #4C5EEB;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
}

h3 {
	font-family: "Pogonia", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 15px;
    color: #4C5EEB;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
}

h4 {
	font-family: "Pogonia", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 15px;
    color: #4C5EEB;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
    text-align: left;
}