* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    font-family: 'K2D', sans-serif;
}

@font-face {
  font-family: 'K2D';
  src: url('../Font/TH K2D July8.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Kodchasan';
    src: url('../Font/TH Kodchasal Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}