body {
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    font-family: Work Sans;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #767676;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

:root {
    --p1: #cb2d3e;
    --pf: Work Sans;
    --sf: Poppins;
}

h1,
.h1 {
    font-family: Poppins;
    font-size: 4.125rem;
    font-weight: 700;
    line-height: 1.05;
    color: #343434;
}

h2,
.h2 {
    font-family: Poppins;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #343434;
}

h3,
.h3 {
    font-family: Poppins;
    font-size: 1.925rem;
    font-weight: 700;
    line-height: 1.25;
    color: #343434;
}

h4,
.h4 {
    font-family: Poppins;
    font-size: 1.325rem;
    font-weight: 700;
    line-height: 1.2;
    color: #343434;
}

h5,
.h5 {
    font-family: Poppins;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: #343434;
}

h6,
.h6 {
    font-family: Poppins;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #343434;
}