/* 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.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Source Sans Pro';
    src: 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.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'VAG Rounded Std';
    src: url('/fonts/VAGRoundedStd-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }
