@font-face {
        font-family:lato;
        src: url("../../kms/css/typo/Lato-Regular.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}

@font-face {
        font-family:lato-bold;
        src: url("../../kms/css/typo/Lato-Bold.ttf") format("truetype");
        font-weight:bold;
	font-style:normal;
}

@font-face {
        font-family:lato;
        src: url("../../kms/css/typo/Lato-Light.ttf") format("truetype");
        font-weight:lighter;
	font-style:normal;
}

@font-face {
        font-family:lato-hair;
        src: url("../../kms/css/typo/Lato-Hairline.ttf") format("truetype");
        font-weight:normal;
        font-style:normal;
}