@font-face {
    font-display: auto;
    font-family: 'Google-Sans';
    src: url('GoogleSans-Regular.ttf') format('woff2'), url('OpenSans-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: 'Google-Sans';
    src: url('GoogleSans-Medium.ttf') format('woff2'), url('OpenSans-Light.ttf') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* @font-face {
    font-display: auto;
    font-family: 'Google-Sans';
    src: url('GoogleSans-MediumItalic.ttf') format('woff2'), url('OpenSans-Light.ttf') format('woff');
    font-weight: 600;
    font-style: normal;
} */

@font-face {
    font-display: auto;
    font-family: 'Google-Sans';
    src: url('GoogleSans-Bold.ttf') format('woff2'), url('OpenSans-Light.ttf') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* @font-face {
    font-display: auto;
    font-family: 'Google-Sans';
    src: url('GoogleSans-BoldItalic.ttf') format('woff2'), url('OpenSans-Light.ttf') format('woff');
    font-weight: 900;
    font-style: normal;
} */
