@font-face {
  font-family: NotoSansThaiUI;
  src: url(../fonts/NotoSansThaiUI-Regular.ttf);
}
@font-face {
  font-family: NotoSans;
  src: url(../fonts/NotoSans-Regular.ttf);
}
/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

 
html,
body {
  font-family: NotoSansThaiUI, NotoSans !important;
  background: #efefef;
  padding: 0;
  margin: 0;
}
#app{
  text-align: center;
}
.app-body{
  background:grey;
  max-width:1300px;
  margin: 0 auto;
}
.app-root{
  width: 100%;
  background-color: #efefef;
}
.app-content{
  margin: 0 auto;
  max-width: 1300px;
}

 
