body {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400; /* Regular weight */
    font-style: normal; /* Normal style */
    background-color: #f0f0f0;
    scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
}