@import url('../../../../src/assets/css/light/main.css');
@import url('../../../../src/assets/css/light/custom.css');
@import url('../../../../src/plugins/css/light/perfect-scrollbar/perfect-scrollbar.css');
@import url('../../../../src/plugins/src/waves/waves.min.css');
@import url('./structure.css');
/*
    Importing highlight.js CSS code 

    Just for demo purpose only
	
	@Note:-  monokai-sublime.css stylesheet is for highliting the code;

*/
@import '../../../../src/plugins/src/highlight/styles/monokai-sublime.css';


@font-face {
    font-family: estedad;
  
    font-style: normal;
  
    font-weight: 100;
  
    src: url('../fonts/Estedad-Thin.eot');
  
    src: url('../fonts/Estedad-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
      url('../fonts/Estedad-Thin.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/Estedad-Thin.woff') format('woff');
  
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  }
  
  @font-face {
    font-family: estedad;
  
    font-style: normal;
  
    font-weight: 100;
  
    src: url('../fonts/Estedad-Thin.eot');
  
    src: url('../fonts/Estedad-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
      url('../fonts/Estedad-Thin.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/Estedad-Thin.woff') format('woff');
  
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  }
  
  @font-face {
    font-family: estedad;
  
    font-style: normal;
  
    font-weight: 300;
  
    src: url('../fonts/Estedad-Light.eot');
  
    src: url('../fonts/Estedad-Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
      url('../fonts/Estedad-Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/Estedad-Light.woff') format('woff');
  
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  }
  
  @font-face {
    font-family: estedad;
  
    font-style: normal;
  
    font-weight: 500;
  
    src: url('../fonts/Estedad-Medium.eot');
  
    src: url('../fonts/Estedad-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
      url('../fonts/Estedad-Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/Estedad-Medium.woff') format('woff');
  
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  }
  
  @font-face {
    font-family: estedad;
  
    font-style: normal;
  
    font-weight: 700;
  
    src: url('../fonts/Estedad-Bold.eot');
  
    src: url('../fonts/Estedad-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
      url('../fonts/Estedad-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/Estedad-Bold.woff') format('woff');
  
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  }
  
  @font-face {
    font-family: estedad;
  
    font-style: normal;
  
    font-weight: 900;
  
    src: url('../fonts/Estedad-Black.eot');
  
    src: url('../fonts/Estedad-Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
      url('../fonts/Estedad-Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/Estedad-Black.woff') format('woff');
  
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  }
  
  /**
  *
  * ========================================================================================
  *
  *   @CUSTOM STYLESHEET - This stylesheet should be used for custom customization 
  *
  * ========================================================================================
  *
  */
  /* ScrollBar Position */
  
  body {
    font-family: 'estedad';
  }