@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(static/GoogleSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(static/GoogleSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(static/GoogleSans-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(static/GoogleSans-Bold.ttf) format('truetype');
}
