@font-face {
    font-family: 'Kanit';
    src: url('../fonts/kanit/Kanit-Regular.ttf');
  }

body {
    font-family: "Kanit" !important;
    background-color: #fff;
  }

.gray-text{
    color: gray;
}

.bg-color{
    background-color: #fcf5ec;
}