@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap'); html, body { padding: 0; margin: 0; } * { box-sizing: border-box; } body { font-family: 'Roboto Slab', serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #181818; }