html,body{height:100%}
@import url('"https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap');
*{box-sizing:border-box}
body{
  margin:0; background:var(--bg); color:var(--text);
}
body, * {
  font-family: 'Kanit', sans-serif !important;
}
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Kanit', sans-serif;
      font-weight: 700; 
      margin: 0 0 1rem 0;
    }
 p {
      margin: 0 0 1rem 0;
    }

    .light-text {
      font-weight: 300;
    }

    .medium-text {
      font-weight: 500;
    }

    .bold-text {
      font-weight: 700;
    }
.container{max-width:1240px; margin:0 auto; padding:0 20px}

body {
  color: #111;
  line-height: 1.6;}

img {
  filter: none;
}

html{scroll-behavior:smooth;}

i.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
}


