@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

*, body {
    font-family: "THSarabunNew", Roboto, sans-serif;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

body {
    overflow: hidden;
}

.wp-site {
    background-image: url(./../images/new/bg.jfif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    height: 100vh !important;
    overflow-y: hidden;
    position: relative;
}

.container {
    max-height: 1100px;
}