/* --------------------------------------------------------------

   fonts.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */





/* --------------------------------------------------------------
	
	Table of Contents
	
-------------------------------------------------------------- */

/*

	1. EurostileLTStdBold
	2. EurostileLTStdDemi

*/	





/* --------------------------------------------------------------
	
	1. EurostileLTStdBold
	
-------------------------------------------------------------- */

@font-face {
    font-family: 'EurostileLTStdBold';
    src: url('../../fonts/eurostileltstd-bold-webfont.eot');
    src: url('../../fonts/eurostileltstd-bold-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'),
         url('../../fonts/eurostileltstd-bold-webfont.woff') format('woff'),
         url('../../fonts/eurostileltstd-bold-webfont.ttf') format('truetype'),
         url('../../fonts/eurostileltstd-bold-webfont.svg#EurostileLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* --------------------------------------------------------------
	
	2. EurostileLTStdDemi
	
-------------------------------------------------------------- */

@font-face {
    font-family: 'EurostileLTStdDemi';
    src: url('../../fonts/eurostileltstd-demi-webfont.eot');
    src: url('../../fonts/eurostileltstd-demi-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'),
         url('../../fonts/eurostileltstd-demi-webfont.woff') format('woff'),
         url('../../fonts/eurostileltstd-demi-webfont.ttf') format('truetype'),
         url('../../fonts/eurostileltstd-demi-webfont.svg#EurostileLTStdDemi') format('svg');
    font-weight: normal;
    font-style: normal;

}
