:root {
  --thm-font: 'Atma', system-ui;
  --heading-font: 'Atma', system-ui;
  --light-font:'Atma', system-ui;
  --menu-font:'Atma', system-ui;
  --strong-font:'Atma', system-ui;

  --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: #FEFEFE;
  --bg-pharner: #FFC107;
  --bg-cajadisplay: #F8B620;
  --bg-top-bar: #FFFFFF;
  --bg-footer: #F8B620;
  --tm-bg-overlay: #F8B62083;
  --thm-text-title: #F8B620;
  --thm-text-menu: #E3212B;
  --thm-text-footer: #FFFFFF;
  --thm-text-player: #FFFFFF;
  --thm-text-normal: #FFFFFF;
  --thm-text-active: #F8B620;
  --thm-text-hover:  #F8B620;
  --thm-text-slider:  #F8B620;
  --bg-user-panel: #F8B620;
  --bg-user-bg-header: #F8B620;
  --bg-displaybar1:#F8B620;
  --tm-shadow:#050405;
  --border-color-display:#E3212B;
  --thm-text-menu-hover: #F8B620;
  --tm-link-hover:#E3212B;
  --bg-displaybar1:#F8B620;
  --bg-displaybtn: #FFFFFF;
  --tm-obj-hover: #F8B620;
  --thm-obj-active:#FFFFFF;
  --tm-obj-active: #FFFFFF;
  --tm-grad-ini: #F8B620;
  --tm-grad-fin: #F8B620;
  --tm-grad2-fin: #F8B620;
  --tm-grad2-ini: #F8B620;
  --tm-bar-grad-ini: #E3212B;
  --tm-bar-grad-fin: #F8B620;

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

  --bg-prog-light:#FFFFFF;
  --tit-prog-light: #FEFEFE;
  --text-prog-light: #F6AF21;
  --text-active-prog-light: #F8B620;

  --bg-loader:#FFFFFF;
  --bg-loader-frame:#F8B620;
  --bg-loader-frame2:#E3212B;

  --grad-bg1: #E3212B;
  --grad-bg2: #F8B620;
  --grad-bg3: #E3212B;
}