:root {
  --thm-font: 'Montserrat', sans-serif;
  --heading-font: 'Montserrat', sans-serif;
  --light-font:'Montserrat Alternates',sans-serif;
  --menu-font:'Montserrat',sans-serif;
  --secondary-font: 'Montserrat', sans-serif;
  
  --thm-base: #01008b;
  --thm-base-rgb: 36, 51, 237;
  --thm-primary: #045cb4;
  --thm-primary-rgb: 255, 0, 51;
  --thm-black: #01008b;
  --thm-black-rgb: 97, 10, 28;
  --thm-gray: #f3f5f9;
  --thm-gray2: #f2f4f8;
  --thm-text: #046BD2;
  --bg-primary: #FFFFFF;
  --bg-secondary: #f6f6f6;
  --bg-blog: #EAF5FF;
  --bg-pharner: #FFFFFF;
  --bg-top-bar: #ffffff;
  --bg-user-panel: #01008b;
  --bg-user-bg-header: #63688e;
  --bg-dsb-bg-header: #63688e;
  --bg-displaybar1:#181B27;
  --bg-displaybtn: #FFFFFF;
  --tm-shadow:#020167;
  --border-color-display:#020167;
  --bg-footer: #020167;
  --bg-login:#FBF9FE;
  --bg-login-form:#01008b;
  --thm-text-title: #DD0000;
  --thm-text-menu: #045cb4;
  --thm-text-menu-hover: #DD0000;
  --color-user-panel: #FFFFFF;
  --thm-text-footer: #EAF5FF;
  --thm-text-player:#FFFFFF;
  --tm-obj-hover: #DD0000;
  --tm-link-color:#FFFFFF;
  --tm-link-hover:#DD0000;
  --thm-obj-active:#020167;
  --tm-obj-active: #020167;
  --tm-grad-ini: #020167;
  --tm-grad-fin: #01008b;
  --tm-grad2-ini: #045cb4;
  --tm-grad2-fin: #01008b;
  --tm-bar-grad-ini: #020167;
  --tm-bar-grad-fin: #01008b;

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

  --bg-prog-light:#EAF5FF;
  --tit-prog-light: #334155;
  --text-prog-light: #334155;
  --text-active-prog-light: #DD0000;

  --bg-loader:#FFFFFF;
  --bg-loader-frame:#004AAD;
  --bg-loader-frame2:#DD0000;

  --grad-bg1: #020167;
  --grad-bg2: #01008b;
  --grad-bg3: #020167;
}


