diff --git a/src/styles/globals.css b/src/styles/globals.css index cece1de..d491150 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -46,23 +46,32 @@ } /* #region /**=========== Typography =========== */ - h1 { + .h0 { + @apply font-primary text-3xl font-bold md:text-5xl; + } + + h1, + .h1 { @apply font-primary text-2xl font-bold md:text-4xl; } - h2 { + h2, + .h2 { @apply font-primary text-xl font-bold md:text-3xl; } - h3 { + h3, + .h3 { @apply font-primary text-lg font-bold md:text-2xl; } - h4 { + h4, + .h4 { @apply font-primary text-base font-bold md:text-lg; } - body { + body, + .p { @apply font-primary text-sm md:text-base; } /* #endregion /**======== Typography =========== */