:root {
  --rpg-navy: #0b1f33;
  --rpg-navy-deep: #061522;
  --rpg-charcoal: #202830;
  --rpg-steel: #315c78;
  --rpg-warm-white: #f7f6f2;
  --rpg-surface: #ffffff;
  --rpg-line: #d9e0e4;
  --rpg-muted: #66737d;
  --rpg-copper: #a56f46;
  --rpg-container: min(1180px, calc(100% - 48px));
  --rpg-wide: min(1320px, calc(100% - 48px));
  --rpg-radius: 8px;
  --rpg-radius-small: 5px;
  --rpg-shadow: 0 16px 40px rgb(6 21 34 / 8%);
  --rpg-space-1: 8px;
  --rpg-space-2: 16px;
  --rpg-space-3: 24px;
  --rpg-space-4: 32px;
  --rpg-space-5: 48px;
  --rpg-space-6: 72px;
  --rpg-space-7: 104px;
}
