Changed
- Typography System Rework: Replaced embedded Geist fonts with Archivo + Loskeley Mono, rewired app font tokens/switching (
mono/sans), and normalized typography across UI components (size/weight/letter-spacing) for more consistent readability. Updated all localized README files to reflect the new font stack. - Two-Tone Borders and Separators: Replaced single-tone divider/border treatments with a two-tone background + subtle shadow style to better match the neumorphic UI direction.
- Cursor Style Cleanup: Removed redundant
cursor-*utility classes from non-actionable/neutral surfaces (settings overlay, preview container layers, file rows, checkbox, slider) to keep cursor behavior visually consistent with element semantics. - Action Tooltips (Preview/List/Presets): Replaced native
titleattributes with shared tooltip UI for preview transform controls, file row action controls, and preset action buttons for consistent hover labels. - Tooltip Layering and Positioning: Updated shared tooltip rendering to use a body portal with viewport-aware fixed positioning, so labels are not clipped by parent overflow and stay visually centered.
- Common Action Copy: Added shared i18n keys
common.pauseandcommon.resumeand applied translated values across all supported locales.