@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700;900&display=swap");
@import "./description.css";
@import "./header.css";
@import "./accessPreview.css";
@import "./hiddenAuth.css";
@import "./top.css";
@import "./schedule.css";
@import "./sidebar.css";
@import "./playerBottomContainer.css";
@import "./partners.css";
@import "./partnersSubpage.css";
@import "./footer.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: "Work Sans";
  background: #11181f;
  overflow-wrap: break-word;
  margin: 0;
  color: white;
}

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

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

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

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

#content .modalCardHead.sm .modalCardImage {
  margin: auto auto var(--spacing-x8);
}
#content .modalCardHead .modalCardImage img {
  object-fit: contain;
  max-height: 330px;
  min-height: 250px;
}

.modalBody {
  line-height: 1.5715;
}

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