+
{file.title || getFileName(file.audio_path)}
diff --git a/web/frontend/src/index.css b/web/frontend/src/index.css
index c1491712..a79768fe 100644
--- a/web/frontend/src/index.css
+++ b/web/frontend/src/index.css
@@ -77,7 +77,7 @@
--font-display: 'Outfit', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-mono: 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--font-inter: 'Inter', sans-serif;
- --font-lora: 'Lora', serif;
+ --font-reading: 'Literata', serif;
/* For Transcripts */
/* UI Token Mappings for Tailwind v4 */
@@ -136,7 +136,7 @@
/* Card is also white */
/* Text: Never use pure black #000000. It causes eye strain on white. */
- --text-primary: #171717;
+ --text-primary: #161616;
/* Neutral Charcoal */
--text-secondary: #737373;
/* Neutral Grey */
@@ -330,15 +330,18 @@
/* Transcript Font Utility */
.font-transcript {
- font-family: var(--font-lora);
+ font-family: var(--font-reading);
font-size: 1.125rem;
/* 18px */
- line-height: 1.7;
+ line-height: 1.5;
}
/* Applied to TranscriptView for Lora support */
.font-reading {
- font-family: var(--font-lora);
+ font-family: var(--font-reading);
+ font-size: 1.125rem;
+ /* 18px */
+ line-height: 1.5;
}
}