@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* font-family: "Pretendard Variable" */
/*
font-weight: 400;  Regular 
font-weight: 500;  Medium 
font-weight: 600;  SemiBold 
font-weight: 700;  Bold 
font-weight: 800;  ExtraBold 
font-weight: 900;  Black  
*/
* {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    word-break: keep-all;
    white-space: normal;
}