/*
Theme Name: Marity Child
Theme URI: https://marity.qodeinteractive.com
Description: A child theme of Marity
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: marity
Template: marity
*/

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* Layout */
#qodef-page-wrapper {
    position: relative;
    overflow-x: hidden !important;
}

#qodef-page-header {
    height: 100px;
}

/* Typography */
body,
.qodef-h1,
h1,
.qodef-blog.qodef--single .qodef-blog-item .elementor-section p,
.qodef-blog.qodef--single .qodef-blog-item .qodef-blog-text {
    font-family: "Pretendard", Sora, sans-serif;
}

/* Blog */
.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-info-author {
    line-height: 1.6 !important;
}

.max-width-1200 {
	max-width: 1200px;
	margin: 0 auto;
}