@font-face {
  font-family: "GoogleSans-Bold";
  src: url("./GoogleSans-Bold.otf");
}

@font-face {
  font-family: "GoogleSans-Medium";
  src: url("./GoogleSans-Medium.otf");
}

@font-face {
  font-family: "GoogleSans-Regular";
  src: url("./GoogleSans-Regular.otf");
}

.GoogleSans-Bold {
  font-family: "GoogleSans-Bold" !important;
}

.GoogleSans-Medium {
  font-family: "GoogleSans-Medium" !important;
}

.GoogleSans-Regular {
  font-family: "GoogleSans-Regular" !important;
}

small.GoogleSans-Regular,
.small.GoogleSans-Regular {
  letter-spacing: 0.75px !important;
}
