/**
 *  Core CSS
 */

@import url(./fonts.css); 
@import url(./icon.css);

* { 
  scrollbar-width: thin;
  font-family: 'IBMPlexSansThai';
  }

/* html, body {
  font-family: 'NotoSansThai', sans-serif;
  font-size: 20px;
} */

h1, h2, h3, h4, h5, h6 { margin: 0 !important; }

i.fa-solid, i.fa-regular { font-size: 14px; }

.mini-scrollbar { scrollbar-width: thin; }

.shadow-effect { box-shadow: 1px 1px 3px 1px rgba(#000000, 30); }

.fullwidth { width: 100%; }