@font-face {
    font-family: "pre_L";
    src: url("../font/Pretendard-Light.woff2") format("woff2");
    font-weight: normal;
}
@font-face {
    font-family: "pre_R";
    src: url("../font/Pretendard-Regular.woff2") format("woff2");
    font-weight: normal;
}
@font-face {
    font-family: "pre_M";
    src: url("../font/Pretendard-Medium.woff2") format("woff2");
    font-weight: normal;
}
@font-face {
    font-family: "pre_SB";
    src: url("../font/Pretendard-SemiBold.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: "pre_B";
    src: url("../font/Pretendard-Bold.woff2") format("woff2");
    font-weight: normal;
}




/* color */
:root {
    --main-color : #005DFF;
    --point-color-1 : #79AAFF;
    --back-color : #F6F9FF;
} 

/* font */
:root {
    --font-L : "pre_L";
    --font-R : "pre_R";
    --font-M : "pre_M";
    --font-SB : "pre_SB";
    --font-B : "pre_B";
}
