// main: ../theme.less, out: false, compress: false, sourceMap: false

/* Typography
/******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: @title-font;
	font-weight: @title-font-weight;
	color: @dark;
}

.typo-light {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		color: @white;
	}
}

.list-1 {
	li {
		&::before {
			border-color: @default;
		}
	}
}

.page-title {
	font-family: @title-font;
	color: @dark;
}

.section-title {
	font-family: @title-font;
	color: @dark;

	&:after {
		background-color: @primary;
	}
}
.sub-title {
	font-family: @subtitle-font;
	font-weight: @subtitle-font-weight;
	color: @dark;
}
.content-title {
	font-family: @title-font;
}
/* Pop label
/******************************/ 
.pop-label {
	background-color: @primary;
	color: #fff;
	&::after {
		border-top: 6px solid @primary;
	}
}