/**
  When adding fonts here, make sure to add them using a base64 data uri, otherwise
  fonts loading are delayed, and text may get displayed incorrectly.
*/

/* https://github.com/unoplatform/uno/issues/3954 */
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI'), local('-apple-system'), local('BlinkMacSystemFont'), local('Inter'), local('Cantarell'), local('Ubuntu'), local('Open Sans'), local('Helvetica Neue'), local('sans-serif');
}

@font-face {
  font-family: 'AppTextFont';
  src: url('/Assets/Fonts/malgun.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Assets/Fonts/malgun.ttf') format('truetype');
  font-display: swap;
  font-weight: 300 500;
}
