*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Kanit;
    src: url(/fonts/Kanit-Regular.ttf);
}
@font-face {
    font-family: Kanit-bold;
    src: url(/fonts/presskit/Kanit-Bold.ttf);
}
@font-face {
    font-family: Kanit-bold-italic;
    src: url(/fonts/presskit/Kanit-BoldItalic.ttf);
}

@font-face {
    font-family: PassionOne-bold;
    src: url(/fonts/PassionOne-Bold.ttf);
}

html{
    font-family: Kanit;
    font-size: 16px;
    background: #00045D;
    scroll-behavior: smooth;
}