@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

#msc {
  font-family: "Playfair Display", serif;
}
#msc p{
  font-weight: 500;  
}

/*** FONT SIZE ***/
.fs1 {
  font-size: 80px;
  line-height: 80px;
}
.fs2 {
  font-size: 65px;
  line-height: 80px;
}
.fs3 {
  font-size: 50px;
  line-height: 62px;
}
.fs4 {
  font-size: 40px;
  line-height: 50px;
}
.fs5 {
  font-size: 32px;
  line-height: 42px;
}
.fs6 {
  font-size: 26px;
  line-height: 34px;
}
.fs7 {
  font-size: 20px;
  line-height: 30px;
}
.fs8 {
  font-size: 16px;
  line-height: 22px;
}
.fs9 {
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 989px) {
  .fs1 {
      font-size: 44px;
      line-height: 50px;
  }
  .fs2 {
      font-size: 38px;
      line-height: 44px;
  }
  .fs3 {
      font-size: 30px;
      line-height: 36px;
  }
  .fs4 {
      font-size: 26px;
      line-height: 32px;
  }
  .fs5 {
      font-size: 22px;
      line-height: 28px;
  }
  .fs6 {
      font-size: 18px;
      line-height: 22px;
  }
  .fs7 {
      font-size: 16px;
      line-height: 22px;
  }
  .fs8 {
      font-size: 14px;
      line-height: 20px;
  }
  .fs9 {
      font-size: 12px;
      line-height: 12px;
  }
}

/*** FONT WEIGHTS ***/
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-bold {
  font-weight: bold;
}

.row {
  --bs-gutter-x: 24px !important;
}  