/* Shared text family for the public site, Office, and Helpdesk. */
@font-face {
  font-family: "SF Pro TH";
  src: url('assets/fonts/SFProTH-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --fw-font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: var(--fw-font-family);
}
