:root {
  --navy: #14213d;
  --navy-2: #0d1730;
  --cream: #faf7f0;
  --paper: #fffdf8;
  --ink: #1f2933;
  --muted: #5c6671;
  --line: #d8d0bf;
  --sgc-accent: #b8860b;
  --accent-dark: #845f05;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 18px 55px rgba(20, 33, 61, .11);
  --radius: 18px;
}

