
/*-----------------------------------------------------------------------------------
    Template Name   : Quran teacher net
    Developer       : Ali Arif
    Description     : CSS Variables
    Version         : 1.0
-----------------------------------------------------------------------------------*/

/****** Theme Reset Style variables ***********************************************************
*********************************************************** Theme Reset Style variables ******/

/**** Var variable color *****/

:root {
	--black-color:#000;
  --black-bg:#000;
  --primary-color: #007bfc;
  --primary-bg:#007bfc;
  --white-color:#fff;
  --white-bg:#fff;
  --grey-bg:#fafafa;
  --banner-bg: linear-gradient(0deg, #0f33b2 0%, #0c68a0 100%);
  --heading-color:#00262b;
  --danger-color:#d23228;
  --dark-bg:#00262b;
}

/**** Variable *****/