// CORE TOKENS: FONTS
// This partial Defines Global fonts tokens

// REGISTRATION TOKENS
// - Font sizes (numeric units)
$font-reg-size-14: 14px;
$font-reg-size-16: 16px;
$font-reg-size-18: 18px;
$font-reg-size-24: 24px;
$font-reg-size-30: 30px;

// - Line heights (numeric units)
$font-reg-line-height-18: 18px;
$font-reg-line-height-24: 24px;
$font-reg-line-height-32: 32px;
$font-reg-line-height-42: 42px;

// GLOBAL FONT TOKENS
$font-size-base: $font-reg-size-16;

// - Font weights
$font-weight-very-light: 200;
$font-weight-light: 300;
$font-weight-normal: 400;
$font-weight-bold: 500;

// - Font family
$font-family: "Circular",  sans-serif;
$font-family-normal: "Circular-normal",  sans-serif;

// - Font smoothing
$font-smoothing-webkit: antialiased;
$font-smoothing-moz: grayscale;

// h1 letter spacing -0.1px
// h2 letter spacing -0.2px
