:root {
  /* Bảng màu */
  --bg-deep:   #0d0a14;
  --bg-warm:   #1a0f0a;
  --amber:     #a87850;
  --vermilion: #7a3a3a;
  --indigo:    #2d4a4a;
  --text:      rgba(255, 240, 220, 0.85);
  --text-dim:  rgba(255, 240, 220, 0.4);

  /* Font */
  --font-ui:      'Be Vietnam Pro', sans-serif;
  --font-poetry:  'Lora', Georgia, serif;

  /* Spacing */
  --space-xs:  0.25rem;
  --space-sm:  0.5rem;
  --space-md:  1rem;
  --space-lg:  2rem;
  --space-xl:  3rem;

  /* Transition */
  --ease-slow: 0.6s ease;
}
