export declare const primary_font_family = "'Roboto', sans-serif"; export declare const primary_text_color = "#1b243f"; export declare const font_size_default = "1.6rem"; export declare const line_height_default = 1; export declare const heading_2xl = "3.2rem"; export declare const heading_xl = "2.6rem"; export declare const heading_lg = "2rem"; export declare const heading_md = "1.8rem"; export declare const heading_base = "1.4rem"; export declare const heading_s = "1.2rem"; export declare const heading_xs = "1rem"; export declare const font_12 = "1.2rem"; export declare const font_13 = "1.3rem"; export declare const font_14 = "1.4rem"; export declare const font_15 = "1.5rem"; export declare const font_16 = "1.6rem"; export declare const font_19 = "1.9rem"; export declare const font_21 = "2.1rem"; export declare const font_25 = "2.5rem"; export declare const font_36 = "3.6rem"; export declare const font_weight_thin = 100; export declare const font_weight_light = 300; export declare const font_weight_regular = 400; export declare const font_weight_medium = 500; export declare const font_weight_bold = 700;