/*default font css*/
body {
	font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif; font-weight: 700; font-style: normal;
}

.logo-text {
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-family: 'Libre Baskerville', serif;
}

.navi-header a {
	font-size: 14px;
}

#navi a { 
  font-weight: 600; font-style: normal; 
}

.archive-title .title-wrap-tit {
    font-size: 42px;
}

.archive-tit {
	font-size: 26px;
}