@font-face {
    font-family: dtac2018;
    src: url('../fonts/DTAC2018-Regular.eot');
    src: url('../fonts/DTAC2018-Regular.eot?') format('embedded-opentype'), 
         url('../fonts/DTAC2018-Regular.woff') format('woff'), 
         url('../fonts/DTAC2018-Regular.ttf') format('truetype'),
		 url('../fonts/DTAC2018-Regular.svg') format('svg');
}
@font-face {
    font-family: dtac2018it;
    src: url('../fonts/DTAC2018-Italic.eot');
    src: url('../fonts/DTAC2018-Italic.eot?') format('embedded-opentype'), 
         url('../fonts/DTAC2018-Italic.woff') format('woff'), 
         url('../fonts/DTAC2018-Italic.ttf') format('truetype'),
		 url('../fonts/DTAC2018-Italic.svg') format('svg');
}
@font-face {
    font-family: dtac2018li;
    src: url('../fonts/DTAC2018-Light.eot');
    src: url('../fonts/DTAC2018-Light.eot?') format('embedded-opentype'), 
         url('../fonts/DTAC2018-Light.woff') format('woff'), 
         url('../fonts/DTAC2018-Light.ttf') format('truetype'),
		 url('../fonts/DTAC2018-Light.svg') format('svg');
}
 
@font-face {
    font-family: dtac2018liit;
    src: url('../fonts/DTAC2018-LightItalic.eot');
    src: url('../fonts/DTAC2018-LightItalic.eot?') format('embedded-opentype'), 
         url('../fonts/DTAC2018-LightItalic.woff') format('woff'), 
         url('../fonts/DTAC2018-LightItalic.ttf') format('truetype'),
		 url('../fonts/DTAC2018-LightItalic.svg') format('svg');
}
 
@font-face {
    font-family: dtac2018bd;
    font-weight: normal;
    src: url('../fonts/DTAC2018-Bold.eot');
    src: url('../fonts/DTAC2018-Bold.eot?') format('embedded-opentype'), 
         url('../fonts/DTAC2018-Bold.woff') format('woff'), 
         url('../fonts/DTAC2018-Bold.ttf') format('truetype'),
		 url('../fonts/DTAC2018-Bold.svg') format('svg');
}
@font-face {
    font-family: dtac2018bdit;
    font-weight: normal;
    src: url('../fonts/DTAC2018-BoldItalic.eot');
    src: url('../fonts/DTAC2018-BoldItalic.eot?') format('embedded-opentype'), 
         url('../fonts/DTAC2018-BoldItalic.woff') format('woff'), 
         url('../fonts/DTAC2018-BoldItalic.ttf') format('truetype'),
		 url('../fonts/DTAC2018-BoldItalic.svg') format('svg');
}

.dtac-2018 {
	font-family: "dtac2018";
	font-weight: normal !important;
}
.dtac-2018it {
	font-family: "dtac2018bd";
    font-style: italic;
}
.dtac-2018li {
	font-family: "dtac2018bd";
	font-weight: lighter;
}
.dtac-2018liit {
	font-family: "dtac2018bd";
	font-weight: lighter;
    font-style: italic;
}
.dtac-2018bd {
	font-family: "dtac2018bd";
    font-weight: bold;
}
.dtac-2018bdit {
	font-family: "dtac2018bd";
    font-weight: bold;
    font-style: italic;
}
