@font-face {
    font-family: Hebden;
    src: url(./Hebden_Incised.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: Hebden Fallback;
    src: local(Arial);
    ascent-override:70.09%;descent-override:14.02%;line-gap-override:0.0%;size-adjust:142.68%
}

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}
html, body {
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #212129;
    background: linear-gradient(45deg,rgba(33, 33, 41, 1) 0%, rgba(26, 24, 24, 1) 6%, rgba(25, 31, 28, 1) 50%, rgba(51, 51, 39, 1) 100%);
}
.body {
    text-align: center;
    color: #ffffff;
    max-width: 700px;
}

a {
    color: #ffffff;
}
.logo {
    max-height: 100px;
}

h1, .timer {
    font-family: Hebden, HebdenFallback;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.8));
}
.timer {
    font-size: 4rem;
}
.timer span {
    font-family: Hebden, HebdenFallback;
    font-size: 2rem;
}