:root {
  --thm-font: 'Montserrat', sans-serif;
  --heading-font: 'Montserrat',sans-serif;
  --light-font:'Montserrat',sans-serif;
  --menu-font:'Montserrat',sans-serif;
  --strong-font:'Montserrat',sans-serif;
  
  --thm-base: #181B27;
  --thm-base-rgb: 36, 51, 237;
  --thm-primary: #FDC817;
  --thm-primary-rgb: 255, 0, 51;
  --thm-black: #181B27;
  --thm-black-rgb: 97, 10, 28;
  --thm-gray: #f3f5f9;
  --thm-gray2: #f2f4f8;
  --thm-text: #848895;
  --bg-primary: #181B27;
  --bg-secondary: #117E34;
  --bg-blog: #181B27;
  --bg-pharner: #117E34;
  --bg-cajadisplay: #FDC817;
  --bg-top-bar: #181B27;
  --bg-footer: #090a10;
  --tm-bg-overlay: #d7b635af;
  --thm-text-title: #FDC817;
  --thm-text-footer: #FEFEFE;
  --thm-text-player:#FFFFFF;
  --thm-text-menu: #FEFEFE;
  --thm-text-menu-hover: #FDC817;
  --bg-user-panel: #117E34;
  --bg-user-bg-header: #181B27;
  --bg-dsb-bg-header: #181B27;
  --bg-displaybar1:#181B27;
  --bg-displaybtn: #FFFFFF;
  --tm-shadow:#0a0a07;
  --border-color-display:#FDC817;
  --bg-login:#FBF9FE;
  --bg-login-form:#FBF9FE;
  --color-user-panel: #FFFFFF;
  --tm-obj-hover: #FDC817;
  --tm-link-hover:#FDC817;
  --thm-obj-active:#FDC817;
  --tm-obj-active: #FDC817;
  --tm-grad-ini: #FDC817;
  --tm-grad-fin: #117E34;
  --tm-grad2-ini: #F5ED7B;
  --tm-grad2-fin: #FDC817;
  --tm-bar-grad-ini: #181B27;
  --tm-bar-grad-fin: #1f222f;

  --bg-prog-dark:#181B27;
  --tit-prog-dark: #FFFFFF;
  --text-prog-dark:  #EAF5FF;
  --text-active-prog-dark:#FDC817;

  --bg-prog-light:#FFFFFF;
  --tit-prog-light: #117E34;
  --text-prog-light: #117E34;
  --text-active-prog-light: #FDC817;

  --bg-loader:#117E34;
  --bg-loader-frame:#FDC817;
  --bg-loader-frame2:#F5ED7B;

  --grad-bg1: #181B27;
  --grad-bg2: #1f222f;
  --grad-bg3: #181B27;
}