/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap *******/
/**
* Fonts
*/
:root {
  --bs-primary: $blue;
  --bs-secondary: $gray-600;
  --bs-tertiary: $teal;
  --bs-success: $green;
  --bs-info: $cyan;
  --bs-warning: $yellow;
  --bs-danger: $red;
  --bs-light: $gray-100;
  --bs-dark: $gray-900;
}

/******* Variables *******/
.wysiwyg__icon {
  font-size: var(--bs-font-size-h2);
  margin-bottom: var(--bs-font-size-lg);
  display: flex;
}
.wysiwyg__header {
  margin-top: 0;
}
.wysiwyg__text *:first-child {
  margin-top: 0;
}
.wysiwyg--2 .wysiwyg__header, .wysiwyg--4 .wysiwyg__header {
  margin-bottom: var(--bs-font-size-lg);
}
.wysiwyg--3 .wysiwyg__header {
  margin-bottom: 10px;
  background: linear-gradient(308deg, rgb(202, 182, 110) 0%, rgb(79, 46, 199) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wysiwyg--4 .wysiwyg__text, .wysiwyg--5 .wysiwyg__text {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.wysiwyg--5 .wysiwyg__header {
  margin-bottom: calc(var(--bs-font-size-lg) * 1.5);
}
