:root {
  --tlp-navy: #102a43;
  --tlp-gold: #b68b43;
  --tlp-ivory: #f7f2e8;
  --tlp-ink: #18334b;
  --tlp-muted: #607080;
  --tlp-radius: 1rem;
  --tlp-container: 75rem;
  --tlp-space-1: 0.5rem;
  --tlp-space-2: 0.75rem;
  --tlp-space-3: 1rem;
  --tlp-space-4: 1.5rem;
  --tlp-space-5: 2.5rem;
  --tlp-space-6: 4rem;
  --tlp-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tlp-font-serif: Georgia, "Times New Roman", serif;
  --tlp-shadow: 0 1rem 2.5rem rgb(16 42 67 / 10%);
}
