.body {
  display: block;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/LCDE_backimg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 0vh;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-clip: border-box;
}

.meta-button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
}

.playbutton-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
}

.playpause-button {
  position: absolute;
  bottom: 300%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: auto;
}

.chapter-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
}

.chapter-selection {
  margin-right: 10px;
  margin-left: 10px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chapitres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.bottom-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subtitle-bloc {
  position: absolute;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 9vh;
  line-height: 9vh;
  font-weight: 700;
  text-align: center;
  cursor: default;
}

.button-1 {
  width: 22px;
  cursor: pointer;
}

.button-2 {
  width: 22px;
  cursor: pointer;
}

.button-3 {
  width: 22px;
  cursor: pointer;
}

.button-4 {
  width: 22px;
  cursor: pointer;
}

.page-container {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-container {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pause-button {
  position: relative;
  z-index: 900;
  display: block;
  width: 45px;
  cursor: pointer;
}

.info-button {
  position: relative;
  z-index: 800;
  width: 20px;
  cursor: pointer;
}

.credit-button {
  position: relative;
  z-index: 800;
  width: 20px;
  cursor: pointer;
}

.instructions {
  width: 40%;
  margin-bottom: 60px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.instructions.top {
  width: 70%;
  margin-bottom: 2vh;
}

.instructions.bottom {
  width: 90%;
  margin-bottom: 0px;
}

.arrow {
  position: static;
  left: 0%;
  top: -9vh;
  right: 0%;
  bottom: auto;
  display: block;
  height: 6.5vh;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.instructions-wrapper {
  position: absolute;
  display: none;
  width: 100vw;
  height: 60vh;
  margin-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-instructions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.credit-wrapper {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-txt {
  width: 100%;
  margin-bottom: 20px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
}

.credit-txt.info {
  line-height: 20px;
}

.link {
  color: #fff;
}

.credit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.credit-container.info {
  width: 60%;
}

.close-button-container {
  position: absolute;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.button-txt {
  position: static;
  margin: 0px 10px 0px 0px;
  border-bottom: 0.5px solid #fff;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.credit-title {
  width: 100%;
  margin-bottom: 5px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.info-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  margin-right: 0px;
}

.image-9 {
  width: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  width: 90px;
}

.image-11 {
  width: 22px;
  cursor: pointer;
}

.image-12 {
  position: static;
  width: 18px;
  margin-top: 0px;
  cursor: pointer;
}

.chapter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homebutton-container {
  position: absolute;
  left: 0%;
  top: 5vh;
  right: 0%;
  bottom: auto;
  z-index: 900;
}

.text-block {
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.link-block {
  margin-right: 20px;
}

.link-block-2 {
  margin-right: 20px;
}

@media screen and (min-width: 1440px) {
  .playpause-button {
    bottom: 300%;
    margin-bottom: auto;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .chapitres {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .subtitles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pause-button {
    display: block;
  }

  .instructions.top {
    font-size: 20px;
    line-height: 22px;
  }

  .instructions-wrapper {
    display: none;
  }

  .credit-wrapper {
    display: none;
  }

  .info-wrapper {
    display: none;
  }

  .chapter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 50%;
  }

  .playpause-button {
    top: auto;
    bottom: 300%;
    margin-bottom: 0vh;
  }

  .chapter-bloc {
    height: 35vh;
  }

  .subtitles {
    line-height: 9vh;
  }

  .main-container {
    display: none;
  }

  .info-button:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }

  .credit-button:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }

  .instructions.top {
    width: 90%;
  }

  .arrow {
    z-index: 90;
  }

  .instructions-wrapper {
    display: none;
    padding-right: 5vh;
    padding-left: 5vh;
  }

  .credit-wrapper {
    display: none;
  }

  .credit-container {
    width: 60%;
  }

  .credit-container.info {
    width: 85%;
  }

  .button-txt {
    margin-top: -2px;
    margin-right: 5px;
    border-bottom-width: 0px;
    font-size: 15px;
  }

  .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-12 {
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-attachment: scroll;
  }

  .button-container {
    bottom: 8vh;
  }

  .meta-button {
    margin-right: 20px;
    margin-left: 20px;
  }

  .playpause-button {
    position: static;
    margin-bottom: -1vh;
  }

  .chapter-bloc {
    height: 30vh;
    margin-top: 5vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .subtitle-bloc {
    bottom: 0px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .subtitles {
    font-size: 8vh;
    line-height: 9vh;
  }

  .button-1 {
    width: 20px;
  }

  .button-2 {
    width: 20px;
  }

  .button-3 {
    width: 20px;
  }

  .button-4 {
    width: 20px;
  }

  .main-container {
    display: none;
  }

  .pause-button {
    display: block;
    width: 40px;
  }

  .info-button {
    width: 20px;
  }

  .info-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .credit-button {
    width: 20px;
  }

  .credit-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .instructions {
    font-size: 5.5vh;
  }

  .instructions.top {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }

  .arrow {
    height: 6vh;
  }

  .instructions-wrapper {
    display: none;
    margin-top: 15vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .credit-wrapper {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .credit-txt {
    font-size: 16px;
    line-height: 20px;
  }

  .credit-txt.info {
    font-size: 16px;
    line-height: 18px;
  }

  .credit-container {
    width: 80%;
  }

  .credit-container.info {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-txt {
    border-bottom-width: 0px;
  }

  .credit-title {
    font-size: 16px;
    line-height: 20px;
  }

  .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-8 {
    width: 60px;
  }

  .image-9 {
    width: 110px;
  }

  .image-10 {
    width: 80px;
  }

  .image-12 {
    width: 16px;
  }

  .homebutton-container {
    position: absolute;
    top: 5vh;
    margin-top: 0vh;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-size: auto 100vh;
  }

  .button-container {
    bottom: 4vh;
    margin-top: 0vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .meta-button {
    margin-right: 30px;
    margin-left: 30px;
  }

  .playbutton-wrapper {
    margin-bottom: 0px;
  }

  .playpause-button {
    position: static;
    margin-bottom: -10px;
  }

  .chapter-bloc {
    height: 35vh;
    margin-top: 0vh;
    margin-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .chapter-selection {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-wrapper {
    width: 100%;
    max-width: 250px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .chapitres {
    margin-bottom: 2vh;
    font-size: 18px;
  }

  .bottom-bloc {
    height: 18vh;
    padding-bottom: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .subtitle-bloc {
    top: 0px;
    bottom: 0px;
    height: 92%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .subtitles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0vh;
    font-size: 40px;
    line-height: 40px;
  }

  .page-container {
    display: block;
  }

  .main-container {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pause-button {
    width: 40px;
    margin-bottom: 0.5vh;
  }

  .info-button {
    width: 20px;
  }

  .credit-button {
    width: 20px;
  }

  .instructions.top {
    width: 100%;
    margin-bottom: 2vh;
    font-size: 16px;
    line-height: 18px;
  }

  .arrow {
    top: -10vh;
    height: 5vh;
    margin-bottom: 0px;
  }

  .instructions-wrapper {
    left: 0%;
    top: 50%;
    right: 0%;
    display: none;
    height: 80vh;
    margin-top: 0px;
    padding: 30px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .credit-wrapper {
    left: 0%;
    top: 50%;
    right: 0%;
    display: none;
    height: 80vh;
    margin-top: 0px;
    padding: 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .credit-txt {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .credit-txt.info {
    line-height: 18px;
  }

  .credit-container {
    width: 100%;
  }

  .credit-container.info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .close-button-container {
    margin-top: 0px;
  }

  .button-txt {
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
    font-size: 14px;
  }

  .credit-title {
    font-size: 16px;
  }

  .info-wrapper {
    left: 0%;
    top: 50%;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    margin-top: 0px;
    padding: 30px 20px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .image-8 {
    position: static;
    margin-right: 0px;
    margin-bottom: 0vh;
    margin-left: 0px;
  }

  .div-block-4 {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-10 {
    position: static;
    margin-top: 0px;
  }

  .image-12 {
    width: 16px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .chapter-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15vh;
    padding-bottom: 2vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homebutton-container {
    top: 4vh;
  }

  .text-block {
    font-size: 20px;
  }

  .link-block {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .link-block-2 {
    margin-top: -35px;
    margin-right: 0px;
  }

  .link-block-3 {
    margin-top: -35px;
  }
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa_Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}