	/***   application	 : ipro.mice3.com			 				***/
	/***   libraries	 : cascading style sheet	 				***/
	/***   file name 	 : font.css									***/
	/***   created	  	 : 09 May 2019								***/
	/***   modified  	 : 09 May 2019								***/
	
	
	/* text */
	.txt-header {
  		font-size: 1.35rem;
  		font-weight: 600;
  		color: #a2a0a9;
	}
	
	.txt-subheader {
  		font-size: 1.25rem;
  		font-weight: 600;
  		color: #b1abb8;
	}
	
	.txt-subsubheader {
  		font-size: 1.10rem;
  		font-weight: 500;
  		color: #b1abb8;
	}
		
	.txt-primary {
  		font-size: 1.2rem;
  		font-weight: 600;
  		color: #a2a0a9;
	}	
	
	.txt-secondary {
  		font-size: 1.0rem;
  		font-weight: 500;
  		color: #b1abb8;
	}	
		
	
	.txt-link {
  		font-size: 1.0rem;
  		font-weight: 300;
  		color: #e8cfd5;
  		
	}	
		
	
	/* text color */
	.txt-white{
		color: white;
	}
	
/*text dislpay */ 	
	.txt-lowercase {
 	 	text-transform: lowercase !important;
	}

	.txt-uppercase {
  		text-transform: uppercase !important;
	}



	