/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);
/*@import "typography.css?2";*/

body{ font-family: 'Lato', sans-serif !important;   }

body.mceContentBody{ font-size:13px; }



.Thin { font-weight:100; }
.Light { font-weight:300; }
.Normal { font-weight:400; }
.Bold, strong { font-weight:700; }
.Ultra-Bold { font-weight:900; }

em { font-style:italic; }

.Thin strong { font-weight:400; }
.Light strong { font-weight:700; }
.Normal strong { font-weight:700; }
.Bold strong { font-weight:900; }
