:root {
  --thm-font: 'Roboto', sans-serif;
  --heading-font: 'Roboto',sans-serif;
  --light-font:'Roboto',sans-serif;
  --menu-font:'Roboto',sans-serif;
  --strong-font:'Roboto',sans-serif;
  
  --thm-base: #FFFFFF;
  --thm-base-rgb: 16, 16, 17;
  --thm-primary: #101211;
  --thm-primary-rgb: 255, 0, 51;
  --thm-black: #2b2c2ef1;
  --thm-black-rgb: 97, 10, 28;
  --thm-gray: #f3f5f9;
  --thm-gray2: #f2f4f8;
  --thm-text: #848895;
  --bg-primary: #FFFFFF;
  --bg-secondary:#2E2E2E; 
  --bg-blog: #F1F1F1;
  --bg-pharner: #F1F1F1;
  --bg-cajadisplay: #FE7F28;
  --bg-top-bar: #FFFFFF;
  --bg-footer: #185799;
  --tm-bg-overlay: #f69a37a4;
  --thm-text-title: #064988;
  --thm-text-menu: #535455;
  --thm-text-footer: #FFFFFF;
  --thm-text-normal: #FFFFFF;
  --thm-text-active: #F69937;
  --thm-text-hover:  #0090D8;
  --thm-text-slider:  #064988;
  --bg-user-panel: #0090D8;
  --bg-user-bg-header: #064988;
  --bg-displaybar1:#FE7F28;
  --tm-shadow:#050405;
  --border-color-display:#F69937;
  --thm-text-menu-hover: #064988;
  --tm-link-hover:#008DD5;
  --bg-displaybar1:#3f0423;
  --bg-displaybtn: #FFFFFF;
  --tm-obj-hover: #F69937;
  --thm-obj-active:#F69937;
  --tm-obj-active: #F69937;
  --tm-grad-ini: #064988;
  --tm-grad-fin: #0090D8;
  --tm-grad2-ini: #0090D8;
  --tm-grad2-fin: #064988;
  --tm-bar-grad-ini: #064988;
  --tm-bar-grad-fin: #0090D8;

  --bg-prog-dark:#184671;
  --tit-prog-dark: #FFFFFF;
  --text-prog-dark:  #EAF5FF;
  --text-active-prog-dark:#FFFFFF;

  --bg-prog-light:#FFFFFF;
  --tit-prog-light: #064988;
  --text-prog-light: #064988;
  --text-active-prog-light: #F69937;

  --bg-loader:#F1F1F1;
  --bg-loader-frame:#064988;
  --bg-loader-frame2:#0090D8;

  --grad-bg1: #064988;
  --grad-bg2: #0090D8;
  --grad-bg3: #184671;
}