@font-face {
    font-family: 'Google Sans';
    src: url('/fonts/google-sans.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'Google Sans', system-ui, -apple-system, sans-serif;
}
