@font-face {
    font-family: 'Impact';
    src: url('./impact.woff2') format('woff2'),
    url('./impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    cursor: pointer;
}

.big-title {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 10rem;
    letter-spacing: -0.3rem;
    line-height: 7.25rem;
    color: #444;
}

.big-title:hover {
    color: #fff;
}

.big-title.one-line {
    overflow: hidden;
}

