@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap");
@import "./description.css";
@import "./footer.css";
@import "./header.css";
@import "./schedule.css";
@import "./partners.css";
@import "./sidebar.css";
@import "./subpage.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;
}

body {
  font-family: "Inter", sans-serif;
  background: #f4f5f7;
  overflow-wrap: break-word;
  margin: 0;
  color: #2e2e2e;
}

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

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

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

/* #content .modal.md .modalContent {
  margin-top: 50px;
}

#content .modalCardHead.sm .modalCardImage {
  max-height: 300px;
}
#content .modalCardHead.sm .modalCardImage img {
  object-fit: contain;
} */

.modalBody {
  line-height: 1.5715;
}

.modalBody p,
.modalBody h2 {
  margin-bottom: 20px;
}

/* Custom */
.schedule,
.speakerName,
.title,
.eventTitle,
.sectionDescription p {
  color: #2e2e2e !important;
}
.sectionPartners .title,
.cardText .title {
  color: #f4f5f7 !important;
}

.sidebarLayout {
  border-top: var(--border-width-base) solid var(--color-primary-800);
  border-bottom: var(--border-width-base) solid var(--color-primary-800);
}

.cardImageWrapper {
  xheight: 90% !important;
}
