/**
 * Enable smooth scrolling on the whole document
 */
 html {
	scroll-behavior: smooth;
}