:root {
  --thm-font: 'Poppins', sans-serif;
  --thm-reey-font: 'reeyregular';

  /* Neutro gris para texto secundario/bordes */
  --thm-gray: #878c8f;
  --thm-gray-rgb: 135, 140, 143;

  /* Acento principal (derivado de tu paleta cálida, NO chillón) */
  /* Usamos #D9843B como base principal */
  --thm-base: #D9843B;
  --thm-base-rgb: 217, 132, 59;

  /* Texto oscuro accesible (para contrastar sobre fondos cálidos) */
  --thm-black: #181918;
  --thm-black-rgb: 24, 25, 24;
}
