@charset "UTF-8";

/* Pretendard Variable */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('./woff2/PretendardVariable.woff2') format('woff2-variations');
}

/* 경기바탕체 */
@font-face {
    font-family: '경기천년바탕';
    src: url('/fonts/Batang_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '경기천년바탕';
    src: url('/fonts/Batang_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

