.redactor-styles {
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--black);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.redactor-styles {
  font-family: "Roboto", "Arial", sans-serif;
}

.redactor-styles address,
.redactor-styles blockquote,
.redactor-styles dl,
.redactor-styles figure,
.redactor-styles hr,
.redactor-styles ol,
.redactor-styles p,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles ul {
  margin: 0 0 24px 0;
}

.redactor-styles .video-container {
  margin-bottom: 24px;
}

.redactor-styles table td,
.redactor-styles table th {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.redactor-styles h1 {
  font-size: 32px;
  line-height: 36px;
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--black);
}

.redactor-styles h2 {
  font-size: 26px;
  line-height: 30px;
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--black);
}

.redactor-styles h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--black);
}

.redactor-styles h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--black);
}

.redactor-styles h5 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--black);
}

.redactor-styles h6 {
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", "Arial", sans-serif;
  color: var(--black);
}

@media (max-width: 768px) {
  .redactor-styles h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .redactor-styles h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .redactor-styles h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .redactor-styles h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .redactor-styles h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .redactor-styles h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
