:root {
  /*   html // ---------------------------------------- */
  --font-body-family: Inter, sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
  --font-heading-family: Inter, sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 700;
  --font-body-size: 10px;
  --font-body-scale: 1.0;
  --font-heading-scale: 1.0;
  /*   body // ---------------------------------------- */
  --bs-body-font-size: 1.6rem;
  --bs-font-body-style: normal;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
  --bs-body-letter-spacing: 0.06rem;
  /*   color // ---------------------------------------- */
  --color-foreground: #000;
  --bs-table-color: #000;
  --bs-body-color: #000;
  /*   font // ---------------------------------------- */
  .h1, h1 {
    font-size: 40px;
  }
  .h2, h2 {
    font-size: 32px;
  }
  .h3, h3 {
    font-size: 24px;
  }
  .h6, h6 {
    font-size: 18px;
  }
  strong {
    font-weight: 600;
  }
  .font-weight-normal {
    font-weight: 500;
  }
  /*   button // ---------------------------------------- */
  --btn-font-size: 1.6rem;
  --btn-letter-spacing: 0.06rem;
}
/* // ---------------------------------------- */
html {
  box-sizing: border-box;
  font-size: var(--font-body-size);
  height: 100%;
}
body {
  letter-spacing: var(--bs-body-letter-spacing);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * .06rem);
  color: var(--color-foreground);
  line-height: calc(1 + .3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}
p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.btn {
  font-size: var(--btn-font-size);
  letter-spacing: var(--btn-letter-spacing);
}
.modal-backdrop.show {
  display: block;
}
.rte img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.footer-block__heading {
  font-size: 16px !important;
  @media screen and (min-width: 990px) {
    font-size: 20px !important;
  }
}