@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap');

@font-face{
    src: url(../font/Pretendard-Thin.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 100;
}

@font-face{
    src: url(../font/Pretendard-ExtraLight.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 200;
}

@font-face{
    src: url(../font/Pretendard-Light.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 300;
}

@font-face{
    src: url(../font/Pretendard-Regular.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 400;
}

@font-face{
    src: url(../font/Pretendard-Medium.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 500;
}

@font-face{
    src: url(../font/Pretendard-SemiBold.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 600;
}

@font-face{
    src: url(../font/Pretendard-Bold.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 700;
}

@font-face{
    src: url(../font/Pretendard-ExtraBold.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 800;
}

@font-face{
    src: url(../font/Pretendard-Black.woff) format('woff');
    font-family: 'Pretendard';
    font-weight: 900;
}


/* ############ 초기화 #############*/
    *{margin:0; padding:0;}
    li{list-style-type:none;}
    a:link, a:visited{text-decoration:none; color:#000;}
    img{border:none;}

    .lexend__font{
        font-family:"Lexend Giga", "Pretendard", sans-serif;
        letter-spacing:-2px;
    }

    /*body 배경색 지정*/
    body{font-family:"Pretendard", sans-serif; background-color:#fff; margin:0; padding:0; font-size:16px;}