/*
  Typography helpers
*/
  /* HEADING */
  .ws-h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
  }

  .ws-h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .ws-h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }

  /* Body variants */
  .ws-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
  }

  .ws-body-medium {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }

  .ws-body-semibold {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
  }

  .ws-body-bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ws-body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }

  .ws-body2-medium {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }

  .ws-body2-semibold {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }

  .ws-body2-bold {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ws-body3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
  }

  .ws-body3-medium {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
  }

  .ws-body2-semibold {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }
