@import url("header.css"); 
@import url("base.css"); 
@import url("module.css"); 
@import url("state.css"); 
@import url("theme.css"); 
@import url("layout.css"); 

@font-face {
  font-family: 'DressBest';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/webfont/Nolan-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/webfont/Nolan-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/webfont/Nolan-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/webfont/Nolan-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DressBest';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/webfont/Nolan-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/webfont/Nolan-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/webfont/Nolan-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/webfont/Nolan-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'DressBest';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/webfont/Nolan-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/webfont/Nolan-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/webfont/Nolan-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/webfont/Nolan-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DressBest';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/webfont/Nolan-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/webfont/Nolan-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/webfont/Nolan-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/webfont/Nolan-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}


* {
   font-family: 'DressBest';
}
