
body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
}

@font-face {
    font-family: 'Always In My Heart';
    src: url('../../fonts/Always In My Heart.ttf');
}
@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    /*font-weight: 800 imp;*/
    /*text-rendering: optimizeLegibility;*/
}

@font-face {
font-family: 'Lato-Light';
src: url('../../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
src: url('../../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
url('../../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
url('../../fonts/Lato-Light.ttf') format('truetype');
font-style: normal;
font-weight: 300;
text-rendering: optimizeLegibility;
}

p {
    font-family: 'Lato', sans-serif;
    /* font-size: 0.9em;
    font-weight: 300;
    line-height: 1.7em; */

}

.handwritting {
    font-family: 'Always In My Heart';
}