/*
 * This file was created to hold all of the declarations of custom fonts that we
 * want to use throughout GHP. If at any point a new custom font is requested,
 * just add the declaration here.
 */
@font-face {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   src: local('Montserrat'), url("/assets/montserrat-googlefont/Montserrat-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(/assets/raleway-googlefont/Raleway-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(/assets/raleway-googlefont/Raleway-Light.ttf) format('truetype');
}
@font-face {
   font-family: 'Didact Gothic';
   font-style: normal;
   font-weight: 400;
   src: local('Didact Gothic'), local('DidactGothic'), url(/assets/didactgothic-googlefont/DidactGothic.ttf) format('truetype');
}
@font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   src: local('Open Sans'), local('Open Sans Regular'), url(/assets/open-sans-fontface/fonts/Regular/OpenSans-Regular.ttf) format('truetype');
}
