/* fonts.css */


@font-face {
  font-family: 'GoogleSans';
  src: url('../fonts/GoogleSans-Bold.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'GoogleSans';
  src: url('../fonts/GoogleSans-BoldItalic.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'GoogleSans';
  src: url('../fonts/GoogleSans-Medium.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'GoogleSans';
  src: url('../fonts/GoogleSans-MediumItalic.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'GoogleSans';
  src: url('../fonts/GoogleSans-Regular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'GoogleSans';
  src: url('../fonts/GoogleSans-RegularItalic.woff') format('woff');
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}
