@font-face {
  font-family: "SF Pro TH";
  src: url("/fonts/sfproth/SFProTH_light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro TH";
  src: url("/fonts/sfproth/SFProTH_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro TH";
  src: url("/fonts/sfproth/SFProTH_medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro TH";
  src: url("/fonts/sfproth/SFProTH_semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro TH";
  src: url("/fonts/sfproth/SFProTH_semibold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --pms-font-family: "SF Pro TH", "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
}

html,
body {
  font-family: var(--pms-font-family);
}

body,
button,
input,
optgroup,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.form-control,
.custom-select,
.dropdown-menu,
.navbar,
.table,
.tooltip,
.popover {
  font-family: var(--pms-font-family);
}
