/**

File:           western-typographies.css
Description:    FontFace import for western pages

        ◡◠ ✥ ◠◡

    Table of Contents:

    1. FontFace imports

*/


/*  1. FontFace imports
---------------------------------------------------------------------------- */

@font-face {
  font-family: 'FoundersGroteskWeb-Light';
  src: url('../fonts/founders/FoundersGroteskWeb-Light.eot');
  src: url('../fonts/founders/FoundersGroteskWeb-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/founders/FoundersGroteskWeb-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FoundersGroteskWeb-Medium';
  src: url('../fonts/founders/FoundersGroteskWeb-Medium.eot');
  src: url('../fonts/founders/FoundersGroteskWeb-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/founders/FoundersGroteskWeb-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FoundersGroteskWeb-Regular';
  src: url('../fonts/founders/FoundersGroteskWeb-Regular.eot');
  src: url('../fonts/founders/FoundersGroteskWeb-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/founders/FoundersGroteskWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FoundersGroteskWeb-Semibold';
  src: url('../fonts/founders/FoundersGroteskWeb-Semibold.eot');
  src: url('../fonts/founders/FoundersGroteskWeb-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/founders/FoundersGroteskWeb-Semibold.woff') format('woff');
}
