/* TodayGospel PC — design tokens (aligned with mobile app) */
:root {
  --tg-bg: #F7F3EF;
  --tg-surface: #FBF8F6;
  --tg-text: #2E2A28;
  --tg-text-muted: #948880;
  --tg-text-secondary: #7A6B6B;
  --tg-accent: #7A5C61;
  --tg-border: #DED4D0;
  --tg-border-subtle: rgba(46, 42, 40, 0.06);
  --tg-btn-hover-bg: rgba(122, 92, 97, 0.12);
  --tg-intro-bg: rgba(255, 255, 255, 0.45);
  --tg-intro-panel-bg: #FBF8F6;
  --tg-font-sans: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --tg-font-serif: 'Noto Serif KR', Georgia, 'Times New Roman', serif;
}
