// Load typography tokens
// @use '../../../tokens/src/lib/dimensions/dimensions.css';
// @use '../../../tokens/src/lib/typography/typography.css';

// Load font-face declarations
$assets-path: '../assets' !default;
@use './uni-neue.scss' with (
  $assets-path: $assets-path
);
@use './source-sans.scss' with (
  $assets-path: $assets-path
);
@use './noto-sans-arabic.scss' with (
  $assets-path: $assets-path
);
@use './noto-sans-hebrew.scss' with (
  $assets-path: $assets-path
);
@use './noto-sans-jp.scss' with (
  $assets-path: $assets-path
);
@use './noto-sans-th.scss' with (
  $assets-path: $assets-path
);
@use './noto-sans-zh.scss' with (
  $assets-path: $assets-path
);
