diff --git a/src/pages/mediakit/MediaColors.tsx b/src/pages/mediakit/MediaColors.tsx index 7ba478c..49d55f4 100644 --- a/src/pages/mediakit/MediaColors.tsx +++ b/src/pages/mediakit/MediaColors.tsx @@ -102,7 +102,7 @@ export function MediaColors() {
Deep Gray - Supporting background for overlays and dark UI elements. + Supporting background for overlays and dark UI elements.

Hex: #121212

diff --git a/src/pages/mediakit/MediaType.tsx b/src/pages/mediakit/MediaType.tsx index 9549f62..15a6c48 100644 --- a/src/pages/mediakit/MediaType.tsx +++ b/src/pages/mediakit/MediaType.tsx @@ -1,6 +1,6 @@ 'use client' -import { H3, P, H4 } from '@/components/Texts' +import { Eyebrow, H3, P, H4, CT, CP } from '@/components/Texts' export function MediaType() { return ( @@ -12,15 +12,108 @@ export function MediaType() { {/* Inner padding */}
-

- Typography -

+
+

+ Typography +

+ + Download Mulish + + + + + +
+ +

+ Mycelium uses a consistent type scale built on Mulish and Inter. Below are the primary text + primitives you can reuse in design and implementation. +

+ +
+ {/* Eyebrow */} +
+
+

Eyebrow

+

+ H2 · text-base/7 · font-semibold · uppercase · tracking-[0.16em] · color: Vivid Azure +

+
+ + THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG + +
+ + {/* Header (H3) */} +
+
+

Header (H3)

+

+ h3 · text-3xl lg:text-5xl · font-medium · leading-tight · tracking-tight +

+
+

+ The quick brown fox jumps over the lazy dog +

+
+ + {/* Paragraphs (P) */} +
+
+

Paragraphs (P)

+

+ p · text-base lg:text-xl · leading-relaxed · regular weight +

+
+

+ The quick brown fox jumps over the lazy dog. Use this for body copy, descriptions, and + longer explanatory text. +

+
+ + {/* Card Title (CT) */} +
+
+

Card Title (CT)

+

+ span · text-base lg:text-lg · leading-normal · font-medium +

+
+ + The quick brown fox jumps over the lazy dog + +
+ + {/* Card Texts (CP) */} +
+
+

Card Texts (CP)

+

+ p · text-xs lg:text-base · tracking-wide · leading-normal · font-light +

+
+ + The quick brown fox jumps over the lazy dog. Use CP for supporting copy inside cards, + metrics, and short descriptions. + +
+
- {/* ✅ Bottom horizontal line with spacing */} -
-
+ {/* ✅ Bottom horizontal line with spacing above footer */} +
+
) }