:root {
  --thm-font: 'Chivo Regular', sans-serif;
  --heading-font: 'Barlow',sans-serif;
  --light-font:'Chivo Regular',sans-serif;
  --menu-font:'Barlow',sans-serif;
  --strong-font:'Amatic SC',sans-serif;

  --thm-base: #212529;
  --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: #E9E9E9;
  --thm-gray2: #E9E9E9;
  --thm-text: #010101;
  --bg-primary: #FFFFFF;
  --bg-secondary:#010101; 
  --bg-blog: #252424;
  --bg-pharner: #191919;
  --bg-cajadisplay: #010101;
  --bg-top-bar: #E8E8E8;
  --bg-footer: #E8E8E8;
  --tm-bg-overlay: #8f8f8fc0;
  --thm-text-title: #010101;
  --thm-text-menu: #010101;
  --thm-text-footer: #010101;
  --thm-text-normal: #FFFFFF;
  --thm-text-active: #010101;
  --thm-text-hover:  #8F8F8F;
  --thm-text-slider:  #010101;
  --thm-text-player: #010101;
  --bg-user-panel: #212529;
  --bg-user-bg-header: #E9E9E9;
  --bg-displaybar1:#E9E9E9;
  --tm-shadow:#050405;
  --border-color-display:#010101;
  --thm-text-menu-hover: #8F8F8F;
  --tm-link-hover:#8F8F8F;
  --bg-displaybar1:#101211;
  --bg-displaybtn: #010101;
  --tm-obj-hover: #101211;
  --thm-obj-active:#FFFFFF;
  --tm-obj-active: #FFFFFF;
  --tm-grad-ini: #101211;
  --tm-grad-fin: #8F8F8F;
  --tm-grad2-fin: #8F8F8F;
  --tm-grad2-ini: #101211;
  --tm-bar-grad-ini: #101211;
  --tm-bar-grad-fin: #8F8F8F;

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

  --bg-prog-light:#FFFFFF;
  --tit-prog-light: #8F8F8F;
  --text-prog-light: #8F8F8F;
  --text-active-prog-light: #8F8F8F;

  --bg-loader:#FFFFFF;
  --bg-loader-frame:#101211;
  --bg-loader-frame2:#8F8F8F;

  --grad-bg1: #010101;
  --grad-bg2: #B7B7B7;
  --grad-bg3: #010101;

  --bg-login-form: #000000;
}