$font-xxs: 11px;
$font-xs: 12px;
$font-sm: 14px;
$font-md: 16px;
$font-lg: 18px;
$font-xl: 20px; 
$font-xxl: 24px; 

:root {
  --font-xxs: $font-xxs;
  --font-xs: $font-xs;
  --font-sm: $font-sm;
  --font-md: $font-md;
  --font-lg: $font-lg;
  --font-xl: $font-xl;
  --font-xxl: $font-xxl;
}
