diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 9107099..965c10d 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -50,3 +50,11 @@ body.wp-admin h6:not(.editor-visual-editor h6) { .fjalla { font-family: 'Fjalla One', sans-serif; } + +.title-small { + @apply text-base mb-6 font-bold tracking-wider uppercase nunito; +} + +.subtitle-big { + @apply text-7xl font-normal uppercase; +}