{"ast":null,"code":"var typography = {\n  letterSpacings: {\n    'xs': '-0.05em',\n    'sm': '-0.025em',\n    'md': 0,\n    'lg': '0.025em',\n    'xl': '0.05em',\n    '2xl': '0.1em'\n  },\n  lineHeights: {\n    '2xs': '1em',\n    'xs': '1.125em',\n    'sm': '1.25em',\n    'md': '1.375em',\n    'lg': '1.5em',\n    'xl': '1.75em',\n    '2xl': '2em',\n    '3xl': '2.5em',\n    '4xl': '3em',\n    '5xl': '4em'\n  },\n  fontConfig: {},\n  fontWeights: {\n    hairline: 100,\n    thin: 200,\n    light: 300,\n    normal: 400,\n    medium: 500,\n    semibold: 600,\n    bold: 700,\n    extrabold: 800,\n    black: 900,\n    extraBlack: 950\n  },\n  fonts: {\n    heading: undefined,\n    body: undefined,\n    mono: undefined\n  },\n  fontSizes: {\n    '2xs': 10,\n    'xs': 12,\n    'sm': 14,\n    'md': 16,\n    'lg': 18,\n    'xl': 20,\n    '2xl': 24,\n    '3xl': 30,\n    '4xl': 36,\n    '5xl': 48,\n    '6xl': 60,\n    '7xl': 72,\n    '8xl': 96,\n    '9xl': 128\n  }\n};\nexport default typography;","map":{"version":3,"sources":["typography.ts"],"names":["typography","letterSpacings","lineHeights","fontConfig","fontWeights","hairline","thin","light","normal","medium","semibold","bold","extrabold","black","extraBlack","fonts","heading","undefined","body","mono","fontSizes"],"mappings":"AAAA,IAAMA,UAAU,GAAG;EACjBC,cAAc,EAAE;IACd,IAAA,EAAM,SADQ;IAEd,IAAA,EAAM,UAFQ;IAGd,IAAA,EAAM,CAHQ;IAId,IAAA,EAAM,SAJQ;IAKd,IAAA,EAAM,QALQ;IAMd,KAAA,EAAO;EANO,CADC;EASjBC,WAAW,EAAE;IACX,KAAA,EAAO,KADI;IAEX,IAAA,EAAM,SAFK;IAGX,IAAA,EAAM,QAHK;IAIX,IAAA,EAAM,SAJK;IAKX,IAAA,EAAM,OALK;IAMX,IAAA,EAAM,QANK;IAOX,KAAA,EAAO,KAPI;IAQX,KAAA,EAAO,OARI;IASX,KAAA,EAAO,KATI;IAUX,KAAA,EAAO;EAVI,CATI;EAqBjBC,UAAU,EAAE,CAAA,CArBK;EAmGjBC,WAAW,EAAE;IACXC,QAAQ,EAAE,GADC;IAEXC,IAAI,EAAE,GAFK;IAGXC,KAAK,EAAE,GAHI;IAIXC,MAAM,EAAE,GAJG;IAKXC,MAAM,EAAE,GALG;IAMXC,QAAQ,EAAE,GANC;IAOXC,IAAI,EAAE,GAPK;IAQXC,SAAS,EAAE,GARA;IASXC,KAAK,EAAE,GATI;IAUXC,UAAU,EAAE;EAVD,CAnGI;EA+GjBC,KAAK,EAAE;IACLC,OAAO,EAAEC,SADJ;IAELC,IAAI,EAAED,SAFD;IAGLE,IAAI,EAAEF;EAHD,CA/GU;EAoHjBG,SAAS,EAAE;IACT,KAAA,EAAO,EADE;IAET,IAAA,EAAM,EAFG;IAGT,IAAA,EAAM,EAHG;IAIT,IAAA,EAAM,EAJG;IAKT,IAAA,EAAM,EALG;IAMT,IAAA,EAAM,EANG;IAOT,KAAA,EAAO,EAPE;IAQT,KAAA,EAAO,EARE;IAST,KAAA,EAAO,EATE;IAUT,KAAA,EAAO,EAVE;IAWT,KAAA,EAAO,EAXE;IAYT,KAAA,EAAO,EAZE;IAaT,KAAA,EAAO,EAbE;IAcT,KAAA,EAAO;EAdE;AApHM,CAAnB;AAkJA,eAAepB,UAAf","sourcesContent":["const typography = {\n  letterSpacings: {\n    'xs': '-0.05em',\n    'sm': '-0.025em',\n    'md': 0,\n    'lg': '0.025em',\n    'xl': '0.05em',\n    '2xl': '0.1em',\n  },\n  lineHeights: {\n    '2xs': '1em',\n    'xs': '1.125em',\n    'sm': '1.25em',\n    'md': '1.375em',\n    'lg': '1.5em',\n    'xl': '1.75em',\n    '2xl': '2em',\n    '3xl': '2.5em',\n    '4xl': '3em',\n    '5xl': '4em',\n  },\n  fontConfig: {\n    //   Roboto: {\n    //     100: {\n    //       normal: 'Roboto-Light',\n    //       italic: 'Roboto-LightItalic',\n    //     },\n    //     200: {\n    //       normal: 'Roboto-Light',\n    //       italic: 'Roboto-LightItalic',\n    //     },\n    //     300: {\n    //       normal: 'Roboto-Light',\n    //       italic: 'Roboto-LightItalic',\n    //     },\n    //     400: {\n    //       normal: 'Roboto-Regular',\n    //       italic: 'Roboto-Italic',\n    //     },\n    //     500: {\n    //       normal: 'Roboto-Medium',\n    //       italic: 'Roboto-MediumItalic',\n    //     },\n    //     600: {\n    //       normal: 'Roboto-Medium',\n    //       italic: 'Roboto-MediumItalic',\n    //     },\n    //     700: {\n    //       normal: 'Roboto-Bold',\n    //       italic: 'Roboto-BoldItalic',\n    //     },\n    //     800: {\n    //       normal: 'Roboto-Bold',\n    //       italic: 'Roboto-BoldItalic',\n    //     },\n    //     900: {\n    //       normal: 'Roboto-Bold',\n    //       italic: 'Roboto-BoldItalic',\n    //     },\n    //   },\n    //   Montserrat: {\n    //     100: {\n    //       normal: 'Montserrat-Light',\n    //       italic: 'Montserrat-LightItalic',\n    //     },\n    //     200: {\n    //       normal: 'Montserrat-Light',\n    //       italic: 'Montserrat-LightItalic',\n    //     },\n    //     300: {\n    //       normal: 'Montserrat-Light',\n    //       italic: 'Montserrat-LightItalic',\n    //     },\n    //     400: {\n    //       normal: 'Montserrat-Regular',\n    //       italic: 'Montserrat-Italic',\n    //     },\n    //     500: {\n    //       normal: 'Montserrat-Medium',\n    //       italic: 'Montserrat-MediumItalic',\n    //     },\n    //     600: {\n    //       normal: 'Montserrat-SemiBold',\n    //       italic: 'Montserrat-SemiBoldItalic',\n    //     },\n    //     700: {\n    //       normal: 'Montserrat-Bold',\n    //       italic: 'Montserrat-BoldItalic',\n    //     },\n    //     800: {\n    //       normal: 'Montserrat-ExtraBold',\n    //       italic: 'Montserrat-ExtraBoldItalic',\n    //     },\n    //     900: {\n    //       normal: 'Montserrat-Black',\n    //       italic: 'Montserrat-BlackItalic',\n    //     },\n    //   },\n  },\n  fontWeights: {\n    hairline: 100,\n    thin: 200,\n    light: 300,\n    normal: 400,\n    medium: 500,\n    semibold: 600,\n    bold: 700,\n    extrabold: 800,\n    black: 900,\n    extraBlack: 950,\n  },\n  fonts: {\n    heading: undefined,\n    body: undefined,\n    mono: undefined,\n  },\n  fontSizes: {\n    '2xs': 10,\n    'xs': 12,\n    'sm': 14,\n    'md': 16,\n    'lg': 18,\n    'xl': 20,\n    '2xl': 24,\n    '3xl': 30,\n    '4xl': 36,\n    '5xl': 48,\n    '6xl': 60,\n    '7xl': 72,\n    '8xl': 96,\n    '9xl': 128,\n  },\n};\n\nexport type ITypography = typeof typography;\nexport type IFontSize = keyof typeof typography.fontSizes;\nexport type ILetterSpacing = keyof typeof typography.letterSpacings;\nexport type ILineHeight = keyof typeof typography.lineHeights;\nexport type IFontWeight = keyof typeof typography.fontWeights;\n// export type IFont = typeof typography.fonts;\nexport interface IFont {\n  heading?: string;\n  body?: string;\n  mono?: string;\n}\n\nexport default typography;\n"]},"metadata":{},"sourceType":"module"}