:root {
  --tg-navy: #16181D;
  --tg-navy-700: #16181D;
  --tg-navy-900: #16181D;
  --tg-royal: #A51C30;
  --tg-royal-dark: #8B1A1A;
  --tg-electric: #C5A572;
  --tg-grad-brand: linear-gradient(135deg, #16181D 0%, #8B1A1A 100%);
  --tg-grad-action: linear-gradient(135deg, #A51C30 0%, #C5A572 100%);
  --tg-grad-hero: linear-gradient(160deg, #0D1B2A 0%, #1B3A57 55%, #3A2418 100%);
  --tg-info-bg: #F8F1F2;
  --tg-royal-text: #8B1A1A;
  --tg-on-navy-link: #E7C4C9;
  --tg-on-navy-accent: #C5A572;
  --tg-shadow-royal: 0 12px 28px rgba(0, 0, 0, 0.18);

}
.tg-body { font-family: "Libre Franklin", "Segoe UI", sans-serif; }
.tg-body h1, .tg-body h2, .tg-body .tg-wordmark { font-family: "Source Serif 4", Georgia, serif; }
.tg-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.tg-logo img { height: 42px; width: auto; }
.tg-wordmark { font-weight: 700; font-size: 1.2rem; letter-spacing: 0.02em; color: inherit; }