@import url("variables.css");
@import url("buttons.css");
@import url("utilities.css");
@import url("fonts.css");

* {
  text-wrap-mode: wrap;
  text-wrap-style: pretty;
  overflow-wrap: break-word;
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 20px;
  font-family: Galactica, Arial, sans-serif;
}

.content-category {
  color: rgb(147, 83, 185);
  text-transform: uppercase;
}

.full-ratio {
  width: 100%;
  height: 100%;
}

.content-max-width {
  max-width: calc(640px + (80px * 2));
  padding: 0 80px;
  margin: 0 auto;
}

iframe {
  max-width: 1839px;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  margin: 0 auto 80px auto;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-weight: 650;
  font-stretch: normal;
  line-height: 36px;
  font-size: 30px;
}

h2 {
  font-weight: 400;
  font-stretch: 100%;
  line-height: 36px;
  font-size: 24px;
}

h3 {
  font-weight: 650;
  font-stretch: 100%;
  line-height: 36px;
  font-size: 24px;
}

p {
  font-weight: 400;
  font-stretch: normal;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0.005em;
}
