/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Pretendard - Thin (100) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-Thin.woff2') format('woff2');
}

/* Pretendard - ExtraLight (200) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-ExtraLight.woff2') format('woff2');
}

/* Pretendard - Light (300) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-Light.woff2') format('woff2');
}

/* Pretendard - Regular (400) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-Regular.woff2') format('woff2');
}

/* Pretendard - Medium (500) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-Medium.woff2') format('woff2');
}

/* Pretendard - SemiBold (600) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-SemiBold.woff2') format('woff2');
}

/* Pretendard - Bold (700) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-Bold.woff2') format('woff2');
}

/* Pretendard - ExtraBold (800) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-ExtraBold.woff2') format('woff2');
}

/* Pretendard - Black (900) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url('fonts/Pretendard-Black.woff2') format('woff2');
}


/* 사이트 전체 폰트 적용 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}