/* This file is used to preload only the font faces to the _document
so there is no unstyled text (glitch or flash) between the SSR styles and browser*/
@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/SourceSansPro-Regular.eot');
    src: url('/fonts/SourceSansPro-Regular.eot?#iefix')
      format('embedded-opentype'),
      url('/fonts/SourceSansPro-Regular.ttf') format('truetype'),
      url('/fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/SourceSansPro-SemiBold.eot');
    src: url('/fonts/SourceSansPro-SemiBold.eot?#iefix')
      format('embedded-opentype'),
      url('/fonts/SourceSansPro-SemiBold.ttf') format('truetype'),
      url('/fonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'VAG Rounded Std';
    src: url('/fonts/VAGRoundedStd-Light.eot');
    src: url('/fonts/VAGRoundedStd-Light.eot?#iefix') format('embedded-opentype'),
      url('/fonts/VAGRoundedStd-Light.ttf') format('truetype'),
      url('/fonts/VAGRoundedStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'VAG Rounded Std';
    src: url('/fonts/VAGRoundedStd-Bold.eot');
    src: url('/fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),
      url('/fonts/VAGRoundedStd-Bold.ttf') format('truetype'),
      url('/fonts/VAGRoundedStd-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }
