@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900);

body {
	font-family: $font-family;
}

// sizing

.huge {
	font-size: 4rem;
}

.very-huge {
	font-size: 8rem;
}

// weights

.very-thin {
	font-weight: 100;
}

.thin {
	font-weight: 300;
}

.normal {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.very-bold {
	font-weight: 900;
}
