@font-face {
    font-family: "Saira Stencil One";
    src: url("../fonts/saira-stencil-one.ttf") format("truetype");
    font-display: swap;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #000;
    color: #fff;
}

h1,
h2 {
    font-family: "Saira Stencil One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 16px 0;
}

a {
    color: #fff;
    text-decoration: underline;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px;
}

/* Video */
.video-wrapper {
    position: relative;
    max-width: 100%;
    margin: 24px 0 48px 0;
}

.video-wrapper video {
    width: 100%;
    display: block;
    background: #000;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* nice hover (desktop) */
@media (hover:hover) {
    .video-overlay:hover {
        background: rgba(0, 0, 0, 0.35);
    }
}

/* Gigs */
.gigs {
    margin-top: 64px;
}

.gigs ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

.gigs li {
    margin-bottom: 12px;
    line-height: 1.5;
}