diff --git a/src/components/Text/richtext.module.scss b/src/components/Text/richtext.module.scss index fbdae63..4871025 100644 --- a/src/components/Text/richtext.module.scss +++ b/src/components/Text/richtext.module.scss @@ -10,4 +10,19 @@ .container h3, .container h4, .container h5, .container h6 { color: $base-color; +} + +.container h3 { + font-size: 33px; + font-weight: 700; +} + +.container h4 { + font-size: 25px; + font-weight: 700; +} + +.container h5 { + font-size: 20px; + font-weight: 700; } \ No newline at end of file