@font-face {
    font-family: 'Lato';
    src:url('/static/css/webfonts/lato-v23-latin-regular.woff');
    font-weight:normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src:url('/static/css/webfonts/lato-v23-latin-700.woff');
    font-weight:bold;
    font-style: normal;
}


/*
@font-face {
    font-family: 'Lato';
    src:url('fonts/Lato-Regular.woff');
    font-weight:normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src:url('fonts/Lato-BlackItalic.woff');
    font-weight:normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src:url('fonts/Lato-Bold.woff');
    font-weight:bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src:url('fonts/Lato-BoldItalic.woff');
    font-weight:bold;
    font-style: italic;
}
/*
@font-face {
    font-family: 'Lato';
    src:url('fonts/Lato-Light.woff');
    font-weight:light;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src:url('fonts/Lato-LightItalic.woff');
    font-weight:light;
    font-style: italic;
}
*/


body {
font-family: 'Lato', sans-serif;
font-style: normal;
overflow-y:scroll;
line-height: 1;
background-color: #f3efe3;
font-size:12px;
margin: 9px;
margin-bottom: 0;
color: #132843;
}
