@import url('https://fonts.googleapis.com/css?family=Public%20Sans');

* {
    font-family: Public Sans;
}

html {
    background-color: white;
}