@font-face {
    font-family: "pre_T";
    src: url("../font/Pretendard-Thin.woff2") format("woff2");
    font-weight: normal;
}
@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;
}
@font-face {
    font-family: 'one_title'; 
    src: url('../font/ONE_Mobile_Title.otf') format('opentype'); /* 경로 및 포맷 */
    font-weight: normal;
    font-style: normal;
}


/* color */
:root {
    --main-color : #3377FF;
    --point-color-1 : #689AFF;
    --point-color-2 : #99BBFF;
    --back-color : #F9FBFF;
} 

/* font */
:root {
    --font-L : "pre_L";
    --font-R : "pre_R";
    --font-M : "pre_M";
    --font-SB : "pre_SB";
    --font-B : "pre_B";
}

.flex {display: flex; align-items: center; }