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