html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('/assets/winhoo/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-Pro-Text-Heavy';
    src: url('/assets/winhoo/fonts/SF-Pro-Text-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('/assets/winhoo/fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body h2 {
    font-family: 'SF-Pro-Text-Heavy', sans-serif;
    font-size: 4.5rem;
}

body p {
    font-family: 'Poppins-Regular';
}

.content-wrapper {
    margin-top: var(--header-height);
}