.jsv-typography {

  font-family: Roboto, Helvetica, Arial, sans-serif;



  &-grey {
    color: #a2a2a2;

    a {
      color: #3b3b3b;
      text-decoration: none;
    }
  }

  &-dark {
    color:   #344767;
  }

  &-h1 {
    font-size: 2em;
  }

  &-h3 {
    color:   #344767;
    font-size: 1.5em;
  }

  &-h6 {
    font-size: 1em;
    line-height: 1.5em;
  }


}