@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700;900&display=swap");
@import "./accessPreview.css";
@import "./accessButtonsSection.css";
@import "./authTypeform.css";
@import "./aboutSection.css";
@import "./galleriesPage.css";
@import "./footer.css";
@import "./hiddenAuth.css";
@import "./modals.css";
@import "./partners.css";
@import "./partnersSubpage.css";
@import "./projectSpecial.css";
@import "./previousYears.css";
@import "./registrationForm.css";
@import "./schedule.css";
@import "./sidebar.css";
@import "./tabbedSection.css";
@import "./themeColors.css";
@import "./topSection.css";
@import "./topBar.css";
@import "./titleSection.css";

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-width: 320px;
  letter-spacing: 0.04em;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin-top: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Work Sans", sans-serif;
  background: #11181f;
  overflow-wrap: break-word;
  margin: 0;
  color: white;
}

p {
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 16px;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

h3 {
  margin-bottom: 0;
}

button,
.clickable {
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}

.button {
  flex-shrink: 0;
  height: 100%;
  padding: var(--spacing-x4) var(--spacing-x6);
  background: var(--color-primary);
  color: #fff;
  xfont-weight: 700;
  cursor: pointer;
  display: inline-flex;
  height: fit-content;
  border-radius: 5px;
}

.button:hover {
  background: var(--color-focus-primary);
}

#content {
  height: 100%;
}

#content .wrapper {
  display: flex;
  flex-direction: column;
}

.sectionTitle {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .sectionTitle {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  #content .sectionWrapper {
    width: 92%;
  }
  .sectionTitle {
    font-size: 24px;
  }
}

/* Custom */
.theo-big-play-button-svg-container {
  filter: invert(1);
}

.AuthFormWizard {
  background-color: #1522a0 !important;
}

.AuthFormWizard h3,
.AuthFormWizard div,
.AuthFormWizard p {
  color: #fff !important;
}

.AuthFormWizard a {
  color: #fff !important;
  text-decoration: underline !important;
}

.AuthFormWizard button {
  background-color: #fff !important;
}

.AuthFormWizard input,
.AuthFormWizard input:hover {
  box-sizing: border-box !important;
  border: none !important;
  outline: 1px solid #fff !important;
  background: transparent !important;
}
.AuthFormWizard input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

.AuthFormWizard input:focus {
  outline: 2px solid #fff !important;
}

.AuthFormWizard .fieldError {
  font-size: 0.8rem !important;
  color: tomato !important;
}
