   
*{
	margin: 0;
	padding: 0; 
	border: none;
}

html{
	font-size: 10px;
}


@media screen and (max-width: 768px){
	html{
		font-size: 8px;
	}
}

@media screen and (max-width: 680px){
	html{
		font-size: 7px;
	}
}

@media screen and (max-width: 480px){
	html{
		font-size: 6px;
	}
}

body{
	font-family: arial; 
	font-size: 1.4rem;
}

a{
	text-decoration: none;
}

.dt-list{
	line-height: 2.5rem;
	list-style-position: inside;
}

.dt-list_nested{
	margin-left: 1rem;
}

p{
	margin-bottom: 2rem;
	line-height: 2.5rem;
	
	&:last-child{
		margin-bottom: 0;
	}
}

.dt-label_bold{
	font-weight: bold;
}

@import "titles.less";
@import "layout/layout.less";

@import "../../../../blocks/code-example/code-example.less"; 
@import "../../../../blocks/notice/notice.less";
@import "../../../../blocks/notice/modifiers/success.less";  
@import "../../../../blocks/table/table.less"; 
