font weights
hr {
height: 4px;
background-color: $primary-color;
border: none;
}
.full-poc .body h3 {
font-weight: 800 !important;
color: $primary-color;
}
.full-poc header h2 {
font-size: 35px;
line-height: 1.15;
margin-bottom: 25px;
font-weight: 875;
color: $secondary-color;
}
.full-poc .body p {
font-weight: 500;
}
.full-poc .body h4 {
font-weight: 650;
color: $secondary-color;
}