:root {
  --spacing: 0.52083333vw;
  --sarabun-li: 'Sarabun Light';
  --font-sarabun-general: calc(var(--spacing)*1.8);
}

@media (min-width: 1920.1px) {
  :root {
    --spacing: 10px;
  }
}
@media (max-width: 991px) {
  :root {
    --spacing: 1.30283333vw;
  }
}
@font-face {
  font-family: "Sarabun Light";
  src: url("../fontface/Sarabun-Light.eot");
  src: url("../fontface/Sarabun-Light.eot?#iefix") format("embedded-opentype"), url("../fontface/Sarabun-Light.woff") format("woff"), url("../fontface/Sarabun-Light.ttf") format("truetype"), url("../fontface/Sarabun-Light.svg#Sarabun-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#onetrust-consent-sdk {
  font-family: var(--sarabun-li);
  font-size: var(--font-sarabun-general);
  line-height: 1.7;
}