/* To stop Safari from rendering fonts thinly */
html {
	-webkit-font-smoothing: subpixel-antialiased;
}