@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.plus-jakarta-sans {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

/* satoshi */
@font-face {
    font-family: "Satoshi";
    font-weight: 700;
    src: url("../fonts/Satoshi-Bold.otf");
}
@font-face {
    font-family: "Satoshi";
    font-weight: 500;
    src: url("../fonts/Satoshi-Medium.otf");
}
/* pretendard */
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    src: url("../fonts/Pretendard-Light.woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    src: url("../fonts/Pretendard-Regular.woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    src: url("../fonts/Pretendard-Medium.woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: url("../fonts/Pretendard-SemiBold.woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    src: url("../fonts/Pretendard-Bold.woff");
}
