@CHARSET "UTF-8"; 
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); 
* { font-family: 'Nanum Barun Gothic'; } 


.header .logo h1 {
    font-size: 23px;
}

.hero h2 {
    font-size: 40px;
	padding-bottom:15px;
}

.hero p {
    font-size: 17px;
}

ul {
    list-style: none;
    padding: 0;
}

.biz ul i {
    color: var(--accent-color);
    margin-right: 0.5rem;
    line-height: 1.2;
    font-size: 1.25rem;
}

li {
	font-weight: 550;
	font-size: 16px;
}

.fst-italic {
    font-style: italic !important;
	font-size: 14px;
}
