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

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'mg', sans-serif;
}

input {
  font-family: sans-serif;
}

@media (max-width: 900px) {
  body {
    background-size: 100px, cover;
    background-position: top left, center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("logo-small.webp"), url("bg.webp");
    color: #0f3950;
  }
}

@media (min-width: 900px) {
  body {
    background-size: 150px, 30vh, cover;
    background-position: top left, center left, center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("logo-small.webp"), url("tree-left.webp"), url("bg.webp");
    color: #0f3950;
  }
}

/* narrow layout */
.container {
  max-width: 506px;
}

.logo {
  background-image: url('logo.webp');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 80px;
  display: block;
}

.shop-header {
  background: none;
}

.official-ticketshop {
  display: none;
}

.shop-powered-by a {
  color: #aaa;
  font-size: 60%;
}

#shop-name {
  display: none;
}

.page-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}

.event-subtitle {
  background: url('streep.webp');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px 30px;
  color: black !important;
  font-size: 1.2em;
  font-weight: 700;
}

/* Theme colors — override the default CSS variables instead of redeclaring rules.
   Both brand colors intentionally skip the automatic hover-darken. */
:root {
  --btn-theme-bg: #c52a94;
  --btn-theme-hover-bg: #c52a94;
  --btn-secondary-bg: #77368c;
}

.btn-primary,
.btn-primary:hover {
  border: 0;
}

.btn-ticket-min:hover {
  color: black;
}

.ticket {
  color: white;
  border: 0;
  background: #0f3950;
}

.ticket-title {
  background-color: white;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 3px 5px;
}

.btn-ticket,
.btn-edit {
  height: auto;
  width: auto;
  border-radius: 0;
  padding: .375rem .75rem;
  color: white;
}

.btn-next-step,
.btn-next-step:hover {
  border: 1px white solid;
  background-color: white;
  text-transform: uppercase;
  padding: 1em;
  text-decoration: none;
  color: #0f3950;
}

.event-description a {
  line-height: 5em;
}

.event-description div:has(> a) {
  text-align: center;
}

input.form-control,
select.form-control {
  border: 1px solid black;
  border-radius: 0;
}

#voucher {
  background: white;
  color: black;
}
