.wysiwyg{
  span, p, small, strong{
    font-family: 'Segoe UI Semilight', sans-serif !important;
    background-color: transparent !important;
  }
  h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif !important;
    text-transform: uppercase !important;
    position: relative;
    padding: 0;
    margin: 0;
    span{
      font-family: "Oswald", sans-serif !important;
      text-transform: uppercase !important;
    }
  }
  ul, ol{
    padding-left: $sizeMedium;
  }
a{
  &:hover{
    color: $themeSecondary;
    text-decoration: none;
  }
}
}