@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../newFonts/GoogleSans-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../newFonts/GoogleSans-Medium.ttf") format('truetype');
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../newFonts/GoogleSans-Bold.ttf") format('truetype');
}

@font-face {
  font-family: "Google Sans";
  font-style: italic;
  src: url("../newFonts/GoogleSans-Italic.ttf") format('truetype');
}

@font-face {
  font-family: "Google Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../newFonts/GoogleSans-BoldItalic.ttf") format('truetype');
}
