@font-face {
    font-family: 'KanitBlack';
    src: url('../fonts/Kanit-Black.ttf') format('truetype');;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'KanitBold';
    src: url('../fonts/Kanit-Bold.ttf') format('truetype');;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'KanitSemiBold';
    src: url('../fonts/Kanit-SemiBold.ttf') format('truetype');;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'KanitRegular';
    src: url('../fonts/Kanit-Regular.ttf') format('truetype');;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'KanitMedium';
    src: url('../fonts/Kanit-Medium.ttf') format('truetype');;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'KanitLight';
    src: url('../fonts/Kanit-Light.ttf') format('truetype');;
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'TuskerGrotesk';
    src: url('../fonts/TuskerGrotesk-4700Bold.ttf') format('truetype');;
    font-weight: 400;
    font-style: normal;
}