: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: #190b82;
  --thm-primary: #190b82;
  --thm-black: #2b2c2ef1;
  --thm-gray: #f3f5f9;
  --thm-gray2: #f2f4f8;
  --thm-text: #848895;
  --bg-primary: #190b82;
  --bg-secondary:#170e5e; 
  --bg-blog: #170E5E;
  --bg-pharner: #FB1B7B;
  --bg-cajadisplay: #D739B2;
  --bg-top-bar: #190b82;
  --bg-footer: #161043;
  --tm-bg-overlay: #6357e9b8;
  --thm-text-title: #FB1B7B;
  --thm-text-menu: #FFFFFF;
  --thm-text-footer: #FFFFFF;
  --thm-text-normal: #FFFFFF;
  --thm-text-active: #D739B2;
  --thm-text-hover:  #D739B2;
  --thm-text-slider:  #D739B2;
  --bg-user-panel: #FB1B7B;
  --bg-user-bg-header: #6257E9;
  --bg-displaybar1:#6257E9;
  --tm-shadow:#050405;
  --border-color-display:#6257E9;
  --thm-text-menu-hover: #D739B2;
  --tm-link-hover:#6257E9;
  --bg-displaybar1:#6257E9;
  --bg-displaybtn: #FFFFFF;
  --tm-obj-hover: #6257E9;
  --thm-obj-active:#FFFFFF;
  --tm-obj-active: #FFFFFF;
  --tm-grad-ini: #6257E9;
  --tm-grad-fin: #3132A5;
  --tm-grad2-fin: #3132A5;
  --tm-grad2-ini: #6257E9;
  --tm-bar-grad-ini: #FB1B7B;
  --tm-bar-grad-fin: #FB1B7B;

  --bg-prog-dark:#3132A5;
  --tit-prog-dark: #FFFFFF;
  --text-prog-dark:  #EAF5FF;
  --text-active-prog-dark:#FB1B7B;

  --bg-prog-light:#EAF5FF;
  --tit-prog-light: #FB1B7B;
  --text-prog-light: #6257E9;
  --text-active-prog-light: #3132A5;

  --bg-loader:#190b82;
  --bg-loader-frame:#FB1B7B;
  --bg-loader-frame2:#3132A5;

  --grad-bg1: #3132A5;
  --grad-bg2: #3132A5;
  --grad-bg3: #3132A5;
}