@font-face {
    font-family: "MD Nichrome";
    src: url("MDNichrome-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MD Nichrome";
    src: url("MDNichrome-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 2rem 1rem;
    background: #1B1E1E;
    color: #D8D8D8;
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
}

main {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.logo {
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
}

h1 {
    margin: 1.5rem 0;
    font-weight: 700;
    font-size: clamp(2.5rem, 10vw, 6rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.links {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    font-size: 1.75rem;
    line-height: 1.6;
}

.links a {
    color: #D8D8D8;
    text-decoration: none;
}

.links a:hover,
.links a:focus {
    text-decoration: underline;
}

.player iframe {
    max-width: 100%;
}
