<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Work Sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../font//WorkSans-Regular.ttf') format('truetype');
  font-display: swap;
}
/* Work Sans-500 - latin-ext_latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../font//WorkSans-Medium.ttf') format('truetype');
  font-display: swap;
}

/* Work Sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../font//WorkSans-Bold.ttf') format('truetype');
  font-display: swap;
}

body, html {
  font-family: 'Work Sans',sans-serif!important;
}
</pre></body></html>