body {
    font-family: "Inter", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.tickets-title {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tracking-wide {
    letter-spacing: 0.1em;
}

.event-venue-link {
    color: #adb5bd;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    transition: color 0.2s ease;
}

.event-venue-link:hover {
    color: #fff;
}

.ticket-widget {
    width: 100%;
    min-height: 400px;
    padding: 1px;
    border-radius: 4px;
    background: linear-gradient(145deg, #d4af37, #b91c1c, #7f1d1d, #b91c1c, #d4af37);
    box-shadow: 0 0 20px rgba(185, 28, 28, 0.2);
}

.ticket-widget iframe {
    display: block;
    width: 100%;
    min-height: 400px;
    border: 0;
    background: #111;
}

.site-footer a:hover {
    color: #fff !important;
}

.footer-heart {
    color: #e60000;
}

.footer-links a {
    transition: color 0.2s ease;
}

.legal-content {
    color: #adb5bd;
    line-height: 1.7;
}

.legal-content h1,
.legal-content h2 {
    color: #fff;
}

.legal-content p:last-of-type {
    margin-bottom: 0;
}
