@font-face {
    font-family: "Bergen Sans";
    src: url("../fonts/Bergen Sans/Bergen Sans.eot");
    src: url("../fonts/Bergen Sans/Bergen Sans.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Bergen Sans/Bergen Sans.woff2")format("woff2"),
    url("../fonts/Bergen Sans/Bergen Sans.woff")format("woff"),
    url("../fonts/Bergen Sans/Bergen Sans.ttf")format("truetype"),
    url("../fonts/Bergen Sans/Bergen Sans.svg#Bergen Sans")format("svg");

    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 폰트 로딩 전략 */    
}


@font-face {
    font-family: 'ELAND_Choice_M';
    src: url('../fonts/Eland/ELAND_Choice_L.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ELAND_Choice_M';
    src: url('../fonts/Eland/ELAND_Choice_M.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    
    
}
@font-face {
    font-family: 'ELAND_Choice_M';
    src: url('../fonts/Eland/ELAND_Choice_B.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
