@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body, p {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
}

@font-face {
    font-family: 'Chill Chirp';
    src: url('../fonts/ChillChirp.woff2') format('woff2'),
        url('../fonts/ChillChirp.woff') format('woff'),
        url('../fonts/ChillChirp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Chill Chirp';
}