/* LINE Seed Sans TH - additional weights (Regular 400 is declared in app.css/app.min.css) */
@font-face {
  font-family: 'LINE Seed Sans TH';
  src: url('Lineseed/LINESeedSansTH_W_Th.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LINE Seed Sans TH';
  src: url('Lineseed/LINESeedSansTH_W_Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LINE Seed Sans TH';
  src: url('Lineseed/LINESeedSansTH_W_XBd.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LINE Seed Sans TH';
  src: url('Lineseed/LINESeedSansTH_W_He.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Override: bootstrap.min.css sets body to "Prompt" (which is not loaded),
   so force LINE Seed Sans TH at body level. This file loads after app.min.css. */
:root {
  --font-family-sans-serif: 'LINE Seed Sans TH', sans-serif;
}
body,
button,
input,
optgroup,
select,
textarea,
table,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.badge,
.tooltip,
.tooltip-inner,
.popover,
.popover-header,
.popover-body {
  font-family: 'LINE Seed Sans TH', sans-serif;
}
