@charset "utf-8";

/*
* File : font.css
* 
* font-family: 'Play', 'Pretendard', sans-serif;
*
*
*/

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');




@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    src: url('../fonts/Pretendard/Pretendard-Black.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    src: url('../fonts/Pretendard/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    src: url('../fonts/Pretendard/Pretendard-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src: url('../fonts/Pretendard/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: url('../fonts/Pretendard/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    src: url('../fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: url('../fonts/Pretendard/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    src: url('../fonts/Pretendard/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    src: url('../fonts/Pretendard/Pretendard-Black.woff2') format('woff2');
}