@font-face {
    font-family: HelveticaNeue;
    src: url("../fonts/helvetica/HelveticaNeue Light.ttf");
}

@font-face {
    font-family: HelveticaNeueBd;
    src: url("../fonts/helvetica/HelveticaNeueBd.ttf");
}


html, body {
    font-family: HelveticaNeue;
}

.centre-content {
    display: flex;
    justify-content: center;
}

.centre-text {
    text-align: center;
}

.centre-content.vertical {
    flex-direction: column;
    align-items: center;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.media-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-text {
    color: #9E474B;
}

p, li {
    font-size: 20px;
}



.text-black {
    color: #000;
}

p > .bold, li > .bold, div > .bold {
    font-family: HelveticaNeueBd;
}