@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/olivier.woff2') format('woff2');
    font-weight: 500;
}

strong {
    font-family: 'Gotham';
    font-weight: 700;
    color: #153d27;

}

p{
    font-family: 'Gotham';
    font-weight: 500;
    color: #153d27;
    font-size: 1.5vw;

}






