// FONT FAMILY
$fontFamily-prm:  'Arial', sans-serif !default;
$fontFamily-sec:  'Arial', sans-serif !default;
$fontFamily-ter:  'Arial', sans-serif !default;

$fontFamily-head: 'Arial', sans-serif !default;
$fontFamily-body: 'Arial', sans-serif !default;


// FONT SIZE
$fontSize-5: 5;
$fontSize-6: 6;
$fontSize-7: 7;
$fontSize-8: 8;
$fontSize-9: 9;
$fontSize-10: 10;
$fontSize-12: 12;
$fontSize-14: 14;
$fontSize-16: 16;
$fontSize-18: 18;
$fontSize-20: 20;
$fontSize-22: 22;
$fontSize-24: 24;
$fontSize-26: 26;
$fontSize-28: 28;
$fontSize-30: 30;
$fontSize-32: 32;
$fontSize-34: 34;
$fontSize-36: 36;
$fontSize-38: 38;
$fontSize-40: 40;
$fontSize-42: 42;
$fontSize-44: 44;
$fontSize-46: 46;
$fontSize-48: 48;
$fontSize-50: 50;

$fontSize-h1: $fontSize-40 !default;
$fontSize-h2: $fontSize-32 !default;
$fontSize-h3: $fontSize-24 !default;
$fontSize-h4: $fontSize-20 !default;
$fontSize-h5: $fontSize-18 !default;


// LINE HEIGHTS
$lineHeight-1: 1.00;
$lineHeight-s: 1.20;
$lineHeight-n: 1.40;
$lineHeight-l: 1.50;


// FONT WEIGHT
$fontWeight-th: 200;
$fontWeight-lt: 300;
$fontWeight-nm: 400;
$fontWeight-md: 500;
$fontWeight-sb: 600;
$fontWeight-bd: 700;


// BASE
$base-fontFamily: $fontFamily-prm !default;
$base-fontSize: $base !default;
$base-lineHeight: $lineHeight-n !default;
$base-fontWeight: $fontWeight-nm !default;
$base-color-clr: drk !default;
$base-color-wgh: 500 !default;

$base-font: $base-fontWeight $base-fontSize/$base-lineHeight $base-fontFamily;
