html {
  scroll-behavior: smooth;
}

body {
	cursor: default;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px;
}

h1, h4 {
  letter-spacing: -0.5px;
}

h1, .h1 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

p {
	color: rgb(115, 115, 115);
}

.container {
	min-height: 100vh;
}

img.scale {
	width: 100%;
	height: auto;
}
