@charset "UTF-8";

/* ============================================================
   Fonts
==============================================================*/
/*DBGothic*/
@font-face {
	font-family: 'DBGothic';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/DBGothicL.woff2') format('font-woff2'),
		 url('../../fonts/DBGothicL.woff') format('woff'),
		 url('../../fonts/DBGothicL.otf') format('opentype');
}

@font-face {
	font-family: 'DBGothic';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/DBGothicM.woff2') format('font-woff2'),
		 url('../../fonts/DBGothicM.woff') format('woff'),
		 url('../../fonts/DBGothicM.otf') format('opentype');
}

@font-face {
	font-family:'DBGothic';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/DBGothicB.woff2') format('font-woff2'),
		 url('../../fonts/DBGothicB.woff') format('woff'),
		 url('../../fonts/DBGothicB.otf') format('opentype');
}

/*DBDream*/
@font-face {
	font-family: 'DBDream';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/DBGothicL.woff2') format('font-woff2'),
		 url('../../fonts/DBGothicL.woff') format('woff'),
		 url('../../fonts/DBGothicL.otf') format('opentype');
}

@font-face {
	font-family: 'DBDream';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/DBDreamB.woff2') format('font-woff2'),
		 url('../../fonts/DBDreamB.woff') format('woff'),
		 url('../../fonts/DBDreamB.otf') format('opentype');
}

@font-face {
	font-family:'DBDream';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/DBDreamEB.woff2') format('font-woff2'),
		 url('../../fonts/DBDreamEB.woff') format('woff'),
		 url('../../fonts/DBDreamEB.otf') format('opentype');
}

/*VITRO CORE*/
@font-face {
    font-family: 'VITRO CORE';
    font-weight: 700; 
    font-style: normal;
    src: url('../../fonts/VITRO-CORE.otf') format('opentype'),
         url('../../fonts/VITRO-CORE.ttf') format('truetype');
}

/*VITRO CORE*/
/*@font-face {
    font-family: 'Wanted';
    font-weight: 400; 
    font-style: normal;
    src: url('../../fonts/WantedSans-Regular.otf') format('opentype'),
         url('../../fonts/WantedSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Wanted';
    font-weight: 500; 
    font-style: normal;
    src: url('../../fonts/WantedSans-Medium.otf') format('opentype'),
         url('../../fonts/WantedSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Wanted';
    font-weight: 700; 
    font-style: normal;
    src: url('../../fonts/WantedSans-Black.otf') format('opentype'),
         url('../../fonts/WantedSans-Black.ttf') format('truetype');
}*/