@font-face { 
  font-family:NHaasGroteskTXPro55Rg;
  src:url(./fonts/NHaasGroteskTXPro55Rg.woff2) format("woff2"),url(./fonts/NHaasGroteskTXPro55Rg.woff) format("woff");
  font-display:swap;
} 

body { 
    margin: 0;
} 
  
.custom_html 
{
	font-family:NHaasGroteskTXPro55Rg,sans-serif;
	font-size: 22px;
    line-height:27px;
    	
	margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
	width: 100%; 
    height: 100%; 
	
	vertical-align: baseline; 
    overscroll-behavior-y: none;
	text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased; 
}

.custom_html p { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 100%; 
    vertical-align: baseline; 
    background: transparent;
} 

.custom_html p:last-child { 
    margin-bottom: 0;
}

@media (max-width: 767px)
{
	.custom_html .big div.inner
	{
		width: 100vw !important;
	}

	.custom_html .big p
	{
		font-size: 27px !important;
		line-height: normal;
	}

	.custom_html .medium div.inner
	{
		width: 100vw !important;
	}

	.custom_html .medium p
	{
		font-size: 20px !important;
	}
}

@media (max-width: 576px)
{
	.custom_html div.big
	{
		padding: 0 !important;
	}

	.custom_html .big p
	{
		font-size: 25px !important;
		line-height: normal;
	}

	.custom_html .medium p
	{
		font-size: 18px !important;
	}
}

