/**
 * Plan Partners Typography System - Main Import File
 * Imports all typography modules in the correct order
 */

/* Import typography modules in dependency order */

@import url('./fonts.css');
@import url('./typography/variables.css');
@import url('./typography/base.css');
@import url('./typography/headings.css');
@import url('./typography/body.css');
@import url('./typography/links.css');
@import url('./typography/highlights.css');
@import url('./color-utilities.css');

/**
 * Typography System Usage Guide:
 * 
 * 1. Font Family: All text uses 'Inclusive Sans' with system fallbacks
 * 2. Responsive Scaling: Font sizes scale fluidly using clamp()
 * 3. Accessibility: WCAG 2.2 AA compliant colors and contrast ratios
 * 4. Component Classes: Use .pp-* prefixed classes for consistent styling
 * 
 * Key Classes:
 * - .pp-h1 to .pp-h6: Heading styles
 * - .pp-body, .pp-body-large, .pp-body-small: Body text variants
 * - .pp-lead: Lead paragraph styling
 * - .pp-link, .pp-link-subtle: Link variants
 * - .pp-highlight, .pp-highlight-*: Text highlighting
 * - .pp-text-*: Text utility classes
 * 
 * Responsive Breakpoints:
 * - Mobile: < 640px
 * - Tablet: 640px - 1024px
 * - Desktop: > 1024px
 * 
 * Accessibility Features:
 * - Screen reader support
 * - High contrast mode
 * - Reduced motion preferences
 * - Keyboard navigation
 * - Focus management
 */
