:root {
  --thm-font: 'Noto Sans', sans-serif;
  --heading-font: 'Noto Sans',sans-serif;
  --light-font:'Noto Sans',sans-serif;
  --menu-font:'Noto Sans',sans-serif;
  --strong-font:'Noto Sans',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: #F8F9FA;
  --bg-cajadisplay: #851822;
  --bg-top-bar: #FFFFFF;
  --bg-footer: #B9090B;
  --tm-bg-overlay: #5d0319d4;
  --thm-text-title: #ED1F27;
  --thm-text-menu: #ED1F27;
  --thm-text-menu-hover:#B9090B; 
  --thm-text-footer: #FFFFFF;
  --thm-text-normal: #FFFFFF;
  --thm-text-active: #851822;
  --thm-text-hover:  #851822;
  --thm-text-slider:  #851822;
  --bg-user-panel: #B9090B;
  --bg-user-bg-header: #570b13;
  --bg-displaybar1:#570b13;
  --tm-shadow:#050405;
  --border-color-display:#3f0423;
 
  --tm-link-hover:#ED1F27; 
  --bg-displaybar1:#3f0423;
  --bg-displaybtn: #FFFFFF;
  --tm-obj-hover: #9b0b0b;
  --thm-obj-active:#FFFFFF;
  --tm-obj-active: #FFFFFF;
  --tm-grad-ini: #9b0b0b;
  --tm-grad-fin: #CB0000;
  --tm-grad2-fin: #CB0000;
  --tm-grad2-ini: #9b0b0b;
  --tm-bar-grad-ini: #B9090B;
  --tm-bar-grad-fin: #CB0000;

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

  --bg-prog-light:#FFFFFF;
  --tit-prog-light: #DA0A2B;
  --text-prog-light: #DA0A2B;
  --text-active-prog-light: #DA0A2B;

  --bg-loader:#F1F1F1;
  --bg-loader-frame:#DA0A2B;
  --bg-loader-frame2:#B9090B;

  --grad-bg1: #DA0A2B;
  --grad-bg2: #B9090B;
  --grad-bg3: #B9090B;
}