@use "sass:map";

$fontSizeXsmall: 10px;
$fontSizeSmall: 12px;
$fontSizeStandard: 14px;
$fontSizeMedium: 16px;
$fontSizeLarge: 18px;
$fontSizeXLarge: 24px;
$fontSizeXxLarge: 30px;
$fontSizeXxxLarge: 40px;

$fontWeightLight: 300;
$fontWeightNormal: 400;
$fontWeightStrong: 500;
$fontWeightBold: 600;
$fontWeightHeavy: 800;

$labelFontWeight: $fontWeightBold;
