/* Festival design system — shared across all editions */

@font-face {
  font-family: "CustomComicSans";
  src: url("../fonts/COMICSANS.TTF");
}

@font-face {
  font-family: "CustomComicSansBold";
  src: url("../fonts/COMICSANSBOLD.TTF");
}

/* Festival Color Palette */
:root {
  --festival-blue: #0016BE;
  --festival-yellow: #FFBC00;
  --festival-magenta: #FF00AC;
  --festival-cyan: #52CCFF;
  --festival-pink: #FFA1E3;
  --festival-green: #00A448;
  --festival-vanilla: #F9ECB6;
  --festival-sage: #7EC86E;
}

strong {
  font-family: "CustomComicSansBold";
}

body {
  text-align: center;
  font-family: "CustomComicSans", "Comic Sans MS", sans-serif;
}

.festival-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.festival-info-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .festival-info-container {
    max-width: 100%;
  }
}

.section-title {
  font-family: "CustomComicSansBold";
  font-size: 20px;
  text-align: center;
}

.festival-info-block {
  margin-bottom: 20px;
}

.festival-info-section {
  margin-bottom: 40px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .festival-info-section {
    padding: 0 30px;
  }
}

.festival-info-image {
  width: 100%;
  height: auto;
  margin: 0;
}

.ticket-link {
  margin: 30px 0;
  text-align: center;
}

.ticket-link a {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ticket-link a {
    font-size: 20px;
  }
}

.event-page-description {
  display: block;
  text-align: left;
  margin-bottom: 50px;
}

.important-reminder {
  display: block;
  text-align: left;
  max-width: 800px;
  font-size: 20px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .important-reminder {
    padding: 0 30px;
    font-size: 17px;
  }
}

.consent-to-rules {
  font-size: 20px;
}

@media (max-width: 768px) {
  .consent-to-rules {
    font-size: 17px;
  }
}

.program-list-container {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .program-list-container {
    flex-direction: column;
  }
}

.program-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "CustomComicSansBold";
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}

.program-list a {
  font-family: "CustomComicSans";
  font-size: 16px;
}

.program-list h5 {
  font-family: "CustomComicSans";
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

.contact-info {
  display: inline;
  text-align: center;
  line-height: 1.5;
  word-wrap: break-word;
}

.contact-info .link {
  display: inline;
}

.ticket-list {
  font-size: 20px;
}

.language-toggle {
  font-family: "CustomComicSans", "Comic Sans MS", cursive;
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
  color: #666;
}

.language-toggle a {
  color: #0066cc;
  text-decoration: underline;
}

.language-toggle .current-lang {
  font-weight: bold;
  color: #333;
}
