@font-face {
    font-family: 'Helvetica Neue LT Std Md';
    src: url('/sources/fonts/HelveticaNeueLTStd-Md.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std Lt';
    src: url('/sources/fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std Roman';
    src: url('/sources/fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Helvetica Neue LT Std Roman', sans-serif;
    font-size: 16px;
}

.p-medium {
    font-family: 'Helvetica Neue LT Std Md', sans-serif;
}

.intro {
    font-family: 'Helvetica Neue LT Std Md', sans-serif;
    font-size: 20px;
}

h1 {
    font-family: 'Helvetica Neue LT Std Md', sans-serif;
    font-size: 40px;
    position: relative;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    opacity: 1;
    color: #232e42;
}

.homecontent h1 {
    color: white;
}

h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 88px;
    background-color: #00aad2;
}

h2 {
    font-family: 'Helvetica Neue LT Std Md', sans-serif;
    font-size: 30px;
    margin-top: 20px;
}

h3 {
    font-family: 'Helvetica Neue LT Std Md', sans-serif;
    font-size: 25px;
    padding-bottom: 10px;
}

h4 {
    font-family: 'Helvetica Neue LT Std Lt', sans-serif;
    font-size: 22px;
    font-weight:bold;
}
