:root {
  --tg-navy: #0A0A0A;
  --tg-navy-700: #0A0A0A;
  --tg-navy-900: #0A0A0A;
  --tg-royal: #C9A227;
  --tg-royal-dark: #8C7010;
  --tg-electric: #E1C56A;
  --tg-grad-brand: linear-gradient(135deg, #0A0A0A 0%, #8C7010 100%);
  --tg-grad-action: linear-gradient(135deg, #1A1A1A 0%, #C9A227 100%);
  --tg-grad-hero: linear-gradient(160deg, #0A0A0A 0%, #242424 60%, #3A2E10 100%);
  --tg-info-bg: #FBF6E8;
  --tg-royal-text: #8C7010;
  --tg-on-navy-link: #E1C56A;
  --tg-on-navy-accent: #E1C56A;
  --tg-shadow-royal: 0 12px 28px rgba(0, 0, 0, 0.18);
  --crimson: #1A1A1A;
  --crimson-dark: #000000;
  --crimson-light: #3A3A3A;
  --gold: #C9A227;
  --gold-light: #E1C56A;
  --gold-dark: #8C7010;
  --navy: #0A0A0A;
  --navy-light: #242424;
}
.tg-body { font-family: Outfit, 'Segoe UI', sans-serif; }
.tg-body h1, .tg-body h2, .tg-body .tg-wordmark { font-family: "Cormorant Garamond", Palatino, 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; }