/* mnm-kids — option 2: yellow header, navy buttons, navy text throughout.
   Colors sampled from the brand's own ticket PDF: yellow #F5EA6E, navy #2A2560. */

:root {
  --shop-header-bg: #F5EA6E;
  --shop-header-color: #2A2560;
  --text-secondary: #2A2560;

  --btn-theme-bg: #2A2560;
  --btn-theme-hover-bg: color-mix(in srgb, #2A2560 85%, white);
}

body {
  color: #2A2560;
}

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

#shop-name {
  display: none;
}

.official-ticketshop {
  color: #2A2560;
}
