4d05292daa
Removed the custom AppTypography system and migrated all font references to use native SwiftUI Dynamic Type sizes. This enables automatic text scaling based on user preferences and ensures consistency with iOS design standards. Changes: - Removed AppTypography struct from DesignSystem.swift - Updated PrimaryButtonStyle and SecondaryButtonStyle to use .headline - Replaced all typography references throughout the app with native fonts: - displayLarge → .largeTitle.weight(.bold) - headlineSmall → .title3.weight(.semibold) - titleMedium → .title3.weight(.semibold) - bodyMedium → .body - labelMedium → .footnote.weight(.medium) - And many more across 18 files Benefits: - Supports Dynamic Type for accessibility - Reduces custom code maintenance - Aligns with iOS design guidelines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>