@font-face {
    font-family: 'Funnel';
    src: url('./font/FunnelDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Funnel';
    src: url('./font/FunnelDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Funnel';
    src: url('./font/FunnelDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Funnel';
    src: url('./font/FunnelDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Funnel';
    src: url('./font/FunnelDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Funnel';
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

h1,
.like-the-h1 {
    font-size: 68px;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-weight: 800;
}

h3 {
    font-size: 36px;
    font-weight: 700;
}

h4,
.like-the-h4 {
    font-size: 21px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 800;
}

p {
    font-size: 16px;
    font-weight: 400;
}

.small {
    font-size: 14px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: unset;
}

@media screen and (max-width: 992px) {

    h1,
    .like-the-h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4,
    .like-the-h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 18px;
    }
}