@font-face {
    font-family: "GoogleSans";
    font-weight: 400;
    src: url("../resources/fonts/Google Sans/GoogleSans-Regular.ttf");
}
@font-face {
    font-family: "GoogleSans";
    font-weight: 500;
    src: url("../resources/fonts/Google Sans/GoogleSans-Medium.ttf");
}
@font-face {
    font-family: "GoogleSans";
    font-weight: 700;
    src: url("../resources/fonts/Google Sans/GoogleSans-Bold.ttf");
}