@font-face {
    font-family: Lato;
    font-weight: normal;
    src: local('Lato-Regular'), url('//s3.amazonaws.com/static.cloodon.com/fonts/Lato-Regular.woff2') format('woff2'), url('//s3.amazonaws.com/static.cloodon.com/fonts/Lato-Regular.woff') format('woff');
}

@font-face {
    font-family: Roboto;
    font-weight: normal;
    src: local('RobotoSlab-Regular'), url('//s3.amazonaws.com/static.cloodon.com/fonts/RobotoSlab-Regular.woff2') format('woff2'), url('//s3.amazonaws.com/static.cloodon.com/fonts/RobotoSlab-Regular.woff') format('woff');
}
@font-face {
    font-family: Open Sans;
    font-weight: normal;
    src: local('OpenSans-Regular'), url('//s3.amazonaws.com/static.cloodon.com/fonts/OpenSans-Regular.woff2') format('woff2'), url('//s3.amazonaws.com/static.cloodon.com/fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: Oswald;
    font-weight: normal;
    src: local('Oswald-Regular'), url('//s3.amazonaws.com/static.cloodon.com/fonts/Oswald-Regular.woff2') format('woff2'), url('//s3.amazonaws.com/static.cloodon.com/fonts/Oswald-Regular.woff') format('woff');
}
.ql-container {
  -webkit-transition: height 800ms ease-out;
  -moz-transition: height 800ms ease-out;
  transition: height 800ms ease-out;
  visibility: visible;
  cursor: text;
  /*overflow-x: hidden;
  overflow-y: auto;
  position: relative;*/
}
.ql-size-huge{
  line-height: 1.2 !important;
}