:root {
  --thm-font: 'Poppins', sans-serif;
  --thm-reey-font: 'reeyregular';
  --thm-gray: #2E3F51;        /* secundario */
  --thm-gray-rgb: 46, 63, 81;
  --thm-base: #033395;        /* principal */
  --thm-base-rgb: 3, 51, 149;
  --thm-black: #F0F0F0;       /* fondo */
  --thm-black-rgb: 240, 240, 240;
}
