@font-face{
  font-family:Arimo;
  font-style:normal;
  font-weight:400;
  src:url(../assets/fonts/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcABrE.ttf) format('truetype')
}
@font-face {
  font-family: "Noto Sans Light";
  src: local(""), url(../assets/fonts/NotoSansThai-Light.woff) format("woff"), url(../assets/fonts/NotoSansThai-Light.woff2) format("woff2"), url(../assets/fonts/NotoSansThai-Light.ttf) format("opentype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: "Noto Sans Bold";
  src: local(""), url(../assets/fonts/NotoSansThai-Bold.woff) format("woff"), url(../assets/fonts/NotoSansThai-Bold.woff2) format("woff2"), url(../assets/fonts/NotoSansThai-Bold.ttf) format("opentype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: "Noto Sans Regular";
  src: local(""), url(../assets/fonts/NotoSansThai-Regular.woff) format("woff"), url(../assets/fonts/NotoSansThai-Regular.woff2) format("woff2"), url(../assets/fonts/NotoSansThai-Regular.ttf) format("opentype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-display: swap
}

:root {
  --font-primary: "Noto Sans Regular";
  --font-primary-bold: "Noto Sans Bold";
  --font-primary-light: "Noto Sans Light";
  --font-secondary: "Noto Sans Arimo";
}