@import url(https://fonts.googleapis.com/css?family=Google+Sans+Text);
html {
    font-family: 'Google Sans Text', 'Google Sans';
    font-size: 14px;
    color-scheme: light dark;
    background: light-dark(white, black);
    color: light-dark(black, white);
}
