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() {
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 */}+ 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
++ H2 · text-base/7 · font-semibold · uppercase · tracking-[0.16em] · color: Vivid Azure +
+Header (H3)
++ h3 · text-3xl lg:text-5xl · font-medium · leading-tight · tracking-tight +
+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)
++ span · text-base lg:text-lg · leading-normal · font-medium +
+Card Texts (CP)
++ p · text-xs lg:text-base · tracking-wide · leading-normal · font-light +
+