/* 기본 타이포그래피 */

body {
    background-color: var(--white-color);
}

h1 {
	text-align: center;
	color: var(--white-color);
	font-family: var(--theme-sub-font-family);
}

p {
	margin: 0;
	text-align: left;
	border-width: 1px 0;
	font-weight: 600
}