@font-face {
  font-family: 'BPGPaataCaps';
  src: url('/assets/fonts/BPGPaataCaps.eot?#iefix') format('embedded-opentype'),  url('/assets/fonts/BPGPaataCaps.otf')  format('opentype'),
	     url('/assets/fonts/BPGPaataCaps.woff') format('woff'), url('/assets/fonts/BPGPaataCaps.ttf')  format('truetype'), url('/assets/fonts/BPGPaataCaps.svg#BPGPaataCaps') format('svg');
  font-weight: normal;
  font-style: normal;
}





@font-face {
  font-family: 'BPG Ingiri Arial';
  src: url('/assets/fonts/BPGIngiriArial.eot?#iefix') format('embedded-opentype'),  url('/assets/fonts/BPGIngiriArial.woff') format('woff'), url('/assets/fonts/BPGIngiriArial.ttf')  format('truetype'), url('/assets/fonts/BPGIngiriArial.svg#BPGIngiriArial') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
body::before {
    
    content: "";
    background-image: URL('/files/images/skin/ornament_03_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: inline;
    opacity: 0.05;
        
}
*/

html, body {
  font-family: 'Jost', sans-serif;
  background-color: #000;
}

body {
    background: #090909 no-repeat !important; 
}

body.ge {
    font-family: 'BPG Ingiri Arial';
}

.grid_section, .grid_section p {
    line-height: 1.7 !important; 
    color: #666;
}