/*
Theme Name: Happy Dosirak
Author:
Author URI:
Theme URI:
Template: creattica
Version: 0.0.1
Description:
License:
License URI:
Tags:
Text Domain: creattica
*/

@import url("../creattica/style.css");
@import url("css/align.css");
@import url("css/border.css");
@import url("css/color.css");
@import url("css/decoration.css");
@import url("css/flex.css");
@import url("css/font.css");
@import url("css/shape.css");
@import url("css/spacing.css");
@import url("css/table.css");


/* for index page */
#site-logo-text h1 {
	font-family: "Moebius-kr";
}

#menu-primary-items li {
	font-family: "Moebius-kr";
}


/* for common pages */
.site-title a {
	font-family: "Moebius-kr";
}

#main {
	background: white;
}

.content_layout {
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}

.loop-title::after {
	content: "\b7\20\b7\20\b7";
	display: block;
	font-size: 24pt;
	font-weight: bold;
	color: var(--sk_orange);
}

.credit {
	font-family: "Moebius-kr";
	font-style: normal;
	color: var(--material_gray_800);
	text-align: right;
}


/* for startup page */
.startup .title {
	font-family: "Moebius-kr";
	font-weight: bold;
	font-size: 16pt;
	color: var(--sk_red);
}

.startup h4 {
	font-weight: bold;
}

.startup .business_purpose {
	font-family: "Moebius-kr";
	font-size: 12pt;
	color: var(--sk_orange);
}


/* for intro page */
.entry-header h1 {
	font-family: "Moebius-kr";
	font-weight: bold;
	font-size: 20pt;
}

/*.intro h5 {
	font-weight: bold;
	color: black;
}*/

.intro h5 {
	font-family: "Moebius-kr";
	color: var(--sk_orange);
}


/* for about dosirak business page */
.dosirak_category {
	width: 192px;
	margin-top: 32px;
	margin-right: 32px;
	
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

/* for location page */
.location h3 {
	font-weight: bold;
}


/* for dosirak menu page */
.dosirak h3 {
	font-weight: bold;
}

.dosirak div.description {
	margin-left: 16px;
	margin-right: 16px;
}

.dosirak .description span.name {
	font-size: 14pt;
	font-weight: bold;
	color: var(--sk_red);
}

.dosirak .description span.price {
	font-size: 14pt;
	font-weight: bold;
	color: black;
}


/* for social company page */
.social_company h5 {
	font-family: "Moebius-kr";
}


/* for support page */
.support h5 {
	font-family: "Moebius-kr";
}