@function calculate-rem( $size ) {
	@return #{ math.div( $size, $base-font-size ) }rem;
}
