@charset "utf-8";

/*
* --------------------------------------------------------------------------
* descript : 폰트 가져오기
* --------------------------------------------------------------------------
* author : Yoodaekyung
* update : 2020-07-30
* --------------------------------------------------------------------------
*/

/*
* ==========================================================================
* Table of Contents
* ==========================================================================
* 1.0 - 구글폰트
* 2.0 - 로컬 폰트
* 3.0 - 웹 폰트
* --------------------------------------------------------------------------
*/

/* --------------------------------------------------------------------------
1.0 https://fonts.google.com/
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
2.0 로컬 폰트 가져오기
-------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
3.0 웹 폰트 가져오기
-------------------------------------------------------------------------- */

/* font-family: 'Pretendard'; */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
