.text-primary 
	{
		color: #05327b !important;
	}
	
.text-secondary 
	{
		color: #47b5ed !important;
	}
	
.text-success 
	{
		color: #40b0bf !important;
	}
	
.text-info 
	{
		color: #47b5ed !important;
	}
	
.text-warning 
	{
		color: #ffe161 !important;
	}
	
.text-danger 
	{
		color: #ff9966 !important;
	}
	
	
.display-1 
	{
		font-family: 'Inter', sans-serif;
		font-size: 4.6rem;
		font-weight: 300;
		line-height: 1.2;
	}

.display-2
	{
		font-family: 'Inter', sans-serif;
		font-size: 4rem;
		font-weight: 300;
		line-height: 1.2;
	}

.display-3 
	{
		font-family: 'Inter', sans-serif;	
		font-size: 3rem;
		font-weight: 300;
		line-height: 1.1;
	}
	

.display-4 
	{
		font-family: 'Inter', sans-serif;  		
		font-size: 2rem;
		font-weight: 300;		
		line-height: 1.1;
	}


.display-5 
	{
		font-family: 'Inter', sans-serif;  
		font-size: 1.6rem;
		font-weight: 4300;
		line-height: 1;
	}


.display-6 
	{
		font-family: 'Inter', sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.4;
	}
	
	
.display-7 
	{
		font-family: 'Inter', sans-serif;
		font-size: 1.1rem;	
		font-weight: 400;
		line-height: 1.4;
	}

	
	
	