:root {
  --thm-font: 'Poppins', sans-serif;
  --thm-reey-font: 'reeyregular';
  --thm-gray: #878c8f;
  --thm-gray-rgb: 135, 140, 143;
  --thm-base: linear-gradient(90deg, rgba(40,53,92,1) 0%, rgba(40,103,171,1) 38%, rgba(142,185,225,1) 100%);;
  --thm-base-rgb: 230, 100, 69;
  --thm-black: linear-gradient(90deg, rgba(191,167,66,1) 21%, rgba(230,201,87,1) 64%, rgba(244,211,91,1) 100%);
  --thm-black-rgb: 24, 25, 24;
}