@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: Intro; /* Choose a name for your font */
     src: url('fonts/intro.woff') format('woff'), /* Add other formats as needed */
          url('fonts/intro.ttf') format('truetype');
  font-style: normal; /* Or 'italic' if applicable */
  font-weight: normal; /* Or 'bold', '400', etc. */
}

@font-face {
  font-family: Intro Bold;
  	 src: url("fonts/intro-bold.eot"); /* IE */
	 src: url('fonts/intro-bold.woff') format('woff'), /* Add other formats as needed */
      	  url('fonts/intro-bold.ttf') format('truetype');
  font-style: normal; /* Or 'italic' if applicable */
  font-weight: bold; /* Or 'bold', '400', etc. */
}

@font-face {
  font-family: Intro Bold Italic;
  	 src: url("fonts/intro-bold-italic.eot"); /* IE */
	 src: url('fonts/intro-bold-italic.woff') format('woff'), /* Add other formats as needed */
          url('fonts/intro-bold-italic.ttf') format('truetype');
  font-style: italic; /* Or 'italic' if applicable */
  font-weight: bold; /* Or 'bold', '400', etc. */
}

@font-face {
  font-family: Intro Lighter;
  	 src: url("fonts/intro-light.eot"); /* IE */
	 src: url('fonts/intro-light.woff') format('woff'), /* Add other formats as needed */
          url('fonts/intro-light.ttf') format('truetype');
  font-style: normal; /* Or 'italic' if applicable */
  font-weight: lighter; /* Or 'bold', '400', etc. */
}

@font-face {
  font-family: Intro Bold;
  	 src: url("fonts/intro-light-italic.eot"); /* IE */
	 src: url('fonts/intro-light-italic.woff') format('woff'), /* Add other formats as needed */
          url('fonts/intro-light-italic.ttf') format('truetype');
  font-style: italic; /* Or 'italic' if applicable */
  font-weight: lighter; /* Or 'bold', '400', etc. */
}

