{"dependencies":[{"name":"babel-runtime/helpers/classCallCheck","loc":{"line":7,"column":31}},{"name":"./colors","loc":{"line":11,"column":22}}],"generated":{"js":"'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');\n\nvar _classCallCheck3 = _interopRequireDefault(_classCallCheck2);\n\nvar _colors = require('./colors');\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar Typography = function Typography() {\n  (0, _classCallCheck3.default)(this, Typography);\n\n  // text colors\n  this.textFullBlack = _colors.fullBlack;\n  this.textDarkBlack = _colors.darkBlack;\n  this.textLightBlack = _colors.lightBlack;\n  this.textMinBlack = _colors.minBlack;\n  this.textFullWhite = _colors.fullWhite;\n  this.textDarkWhite = _colors.darkWhite;\n  this.textLightWhite = _colors.lightWhite;\n\n  // font weight\n  this.fontWeightLight = 300;\n  this.fontWeightNormal = 400;\n  this.fontWeightMedium = 500;\n\n  this.fontStyleButtonFontSize = 14;\n};\n\nexports.default = new Typography();"},"hash":"27ef726effc6940cc4d519d037282443"}