html {
  direction: rtl;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
  font-weight: bold;
}

.nav-link {
  font-weight: bold;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

button {
  border: none;
}
button:is(:focus-visible, :active) {
  outline: none;
}

/* General Classes  */
.rotate-in-ar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotatey-in-ar {
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

.header::before {
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

.accordion-btn.collapsed .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}