@font-face {
  font-family: "Google Sans";
  src: local("Google Sans Bold"), url("GoogleSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: local("Google Sans Medium"),
    url("GoogleSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: local("Google Sans Regular"),
    url("GoogleSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
