*{
    margin: 0;
    padding: 0;
}
.no-padding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif !important;
}
/**** Fonts ****/
.lato-thin {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}
.lato-light {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.lato-regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.lato-black {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
/**** Font Sizes *****/
.ft-11 {
    font-size: 11px;
}