@import url('reset.css');

body {
  font-family: 'Kanit', sans-serif;
}

.bg-main {
  background: linear-gradient(180deg, #ffc18d, #fae8d9 75%);
}
