
$tokens-map: (
  'color-red-dark': (#e54f47),
  'color-black': (#000000),
  'color-green-readable-border': (#B7DFBC),
  'color-green-notification': (#53C798),
  'color-dark-overlay': (rgba(0, 0, 0, .8)),
  'color-yellow-highlight': (yellow),
  'color-yellow-dark': (#d59d00),
  'color-green-readable-background': (#EBF6ED),
  'color-yellow-light': (#FFDB7C),
  'color-grey-darker': (#4A4A4A),
  'color-green': (#3FAD4D),
  'color-white-dark': (#F4F4F4),
  'color-yellow-readable-border': (#FFDB7C),
  'color-white': (#FFFFFF),
  'color-red-darker': (#99352f),
  'color-blue-light': (#6FA1D4),
  'color-green-dark': (#369342),
  'color-white-disabled': (rgba(210, 210, 210, .4)),
  'color-yellow-readable-background': (#FFF6DE),
  'color-yellow': (#EFAE00),
  'color-red-readable-border': (#FFBCB8),
  'color-blue-readable-border': (#BCD3E5),
  'color-yellow-darker': (#896400),
  'color-grey-light': (#9B9B9B),
  'color-dark': (#17293D),
  'color-red-readable-background': (#FFE6E5),
  'color-blue-readable-background': (#E7EFF6),
  'color-red': (#FF594F),
  'color-white-darker': (#EBEBEB),
  'color-link': (#4A90E2),
  'color-blue': (#1464A5),
  'color-grey-backdrop': (rgba(74, 74, 74, .4)),
  'color-grey-dark': (#4F4F4F),
  'color-grey': (#D8D8D8),
  'color-green-darker': (#1a4720),
  'color-green-light': (#7ED321),
  'color-blue-dark': (#17293D),
  'font-family-heading': ('Montserrat', Times New Roman, serif),
  'font-family-text': ('Lato', Helvetica, sans-serif),
  'font-size-xlarge': (28px),
  'font-size-large': (24px),
  'font-size-medium': (18px),
  'font-size-regular': (14px),
  'font-size-small': (12px),
  'font-size-xsmall': (10px),
  'font-size-xxsmall': (8px),
  'font-weight-bold': (700),
  'font-weight-semi-bold': (600),
  'font-weight-medium': (500),
  'font-weight-regular': (400),
  'font-weight-light': (300),
  'table-value': (table_value),
  'body': (body),
  'heading': (heading),
  'table-title': (table_title),
  'body-small': (body_small),
  'heading-small': (heading_small),
  'display-small': (display_small),
  'label-optional': (label_optional),
  'heading-xsmall': (heading_xsmall),
  'body-xsmall': (body_xsmall),
  'display-medium': (display_medium),
  'highlight': (highlight),
  'label': (label),
  'label-big': (label_big),
  'heading-light': (heading_light),
  'highlight-small': (highlight_small),
  'display-large': (display_large),
  'opacity-disabled': (0.5),
  'height-footer': (64px),
  'tappable-square': (44px),
  'size-medium': (18px),
  'duration-quickly': (0.08s),
  'duration-noticeable': (0.2s),
  'duration-slowly': (0.5s),
  'easing-base': (ease-in-out),
  'z-index-modal': (9999),
  'z-index-over-modal': (10000),
  'z-index-tooltip': (10001),
  'z-index-sticky': (100),
  'media-query-medium': ((min-width: 768px)),
  'media-query-large': ((min-width: 1024px)),
  'box-shadow-small': (0 2px 5px -3px rgba(0, 0, 0, 0.5)),
  'box-shadow-small-inset': (inset 0 2px 5px 0 rgba(0, 0, 0, 0.3)),
  'box-shadow-regular': (0 14px 24px -12px rgba(0, 0, 0, 0.2)),
  'box-shadow-focus': (0 0 0 2px rgba(#1464A5, 0.3)),
  'box-shadow-focus-success': (0 0 0 2px rgba(#3FAD4D, 0.3)),
  'box-shadow-focus-error': (0 0 0 2px rgba(#FF594F, 0.3)),
  'box-shadow-button-hover': (0 2px 10px 0 rgba(0, 0, 0, 0.3)),
  'letter-spacing-x-large': (2px),
  'letter-spacing-large': (1px),
  'letter-spacing-base': (0),
  'letter-spacing-small': (-0.5px),
  'letter-spacing-x-small': (-1px),
  'border-radius-default': (3px),
  'border-radius-circle': (50%),
  'space-xx-large': (50px),
  'space-x-large': (40px),
  'space-large': (30px),
  'space-base': (20px),
  'space-small': (10px),
  'space-x-small': (5px),
  'line-height-base': (1.5),
  'line-height-small': (1.3),
  'line-height-heading': (1),
);
