@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-Thin.ttf');
	font-weight: 100;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-ExtraLight.ttf');
	font-weight: 200;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-Light.ttf');
	font-weight: 300;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-ExtraBold.ttf');
	font-weight: 800;
	font-style: normal;
}

@font-face {
    font-family: Kanit;
    src: url('fontti/Kanit/Kanit-Black.ttf');
	font-weight: 900;
	font-style: normal;
}