export const _size = ` Size medium is a default size that's used most of the time. Small size is used where medium doesn't fit or content is less important. Tiny size is used when there's no space or it's the last thing users need to see. ; `; export const _weight = ` Bold weight is meant to emphasize running text. Normal weight is for form field values and buttons. Thin weight is for a running text. All major paragraphs use it. ; `; export const _light = ` Dark text is used on light backgrounds. Light text is used on dark backgrounds. ; `; export const _secondary = ` Dark secondary text is used where it's less important than standard text. Light secondary text also serves as neutral content just on a dark background. ; `;