diff --git a/src/components/Common/Typography/typography.css.ts b/src/components/Common/Typography/typography.css.ts index fb700420..930b9136 100644 --- a/src/components/Common/Typography/typography.css.ts +++ b/src/components/Common/Typography/typography.css.ts @@ -28,6 +28,7 @@ export const typography = recipe({ regular: { fontWeight: 400 }, medium: { fontWeight: 500 }, semiBold: { fontWeight: 600 }, + bold: { fontWeight: 700 }, }, }, defaultVariants: {