@font-face {
    font-family: "Kanit";
    font-display: swap;
    src: url("Kanit-Bold.ttf");
    src: url("Kanit-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Kanit";
    font-display: swap;
    src: url("Kanit-SemiBold.ttf");
    src: url("Kanit-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}