@charset "UTF-8";
/* 프리텐다드 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

/* 마루부리 */
@font-face {
    font-family: 'MaruBuri';
    font-weight: 600;
    src: url('../fonts/MaruBuri-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'MaruBuri';
    font-weight: 500;
    src: url('../fonts/MaruBuri-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MaruBuri';
    font-weight: 400;
    src: url('../fonts/MaruBuri-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MaruBuri';
    font-weight: 300;
    src: url('../fonts/MaruBuri-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'MaruBuri';
    font-weight: 200;
    src: url('../fonts/MaruBuri-ExtraLight.ttf') format('truetype');
}