:root {
  --thm-font: 'Cabin', sans-serif;
  --heading-font: 'Cabin Condensed',sans-serif;
  --light-font:'Cabin Condensed',sans-serif;
  --menu-font:'Cabin Condensed',sans-serif;
  --strong-font:'Cabin Sketch',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: #FEFEFE;
  --bg-cajadisplay: #003595;
  --bg-top-bar: #FFFFFF;
  --bg-footer: #F1F1F1;
  --tm-bg-overlay: #1d1f458b;
  --thm-text-title: #1D1F45;
  --thm-text-menu: #1D1F45;
  --thm-text-footer: #003595;
  --thm-text-player: #003595;
  --thm-text-normal: #FFFFFF;
  --thm-text-active: #FFB71B;
  --thm-text-hover:  #FFB71B;
  --thm-text-slider:  #FFB71B;
  --bg-user-panel: #003595;
  --bg-user-bg-header: #2E59A8;
  --bg-displaybar1:#2E59A8;
  --tm-shadow:#050405;
  --border-color-display:#FFB71B;
  --thm-text-menu-hover: #FFB71B;
  --tm-link-hover:#FFB71B;
  --bg-displaybar1:#FFB71B;
  --bg-displaybtn: #003595;
  --tm-obj-hover: #FFB71B;
  --thm-obj-active:#FFFFFF;
  --tm-obj-active: #FFFFFF;
  --tm-grad-ini: #003595;
  --tm-grad-fin: #003595;
  --tm-grad2-fin: #003595;
  --tm-grad2-ini: #2E59A8;
  --tm-bar-grad-ini: #1D1F45;
  --tm-bar-grad-fin: #0f112e;

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

  --bg-prog-light:#FFFFFF;
  --tit-prog-light: #1D1F45;
  --text-prog-light: #1D1F45;
  --text-active-prog-light: #FFB71B;

  --bg-loader:#F1F1F1;
  --bg-loader-frame:#003595;
  --bg-loader-frame2:#1D1F45;

  --grad-bg1: #1D1F45;
  --grad-bg2: #1D1F45;
  --grad-bg3: #003595;
}