

/* 나눔스퀘어 */
@font-face {
    font-family: 'NanumSquareLight';
    font-weight: '300';
    src: url('/font/NanumSquareL.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: '400';
    src: url('/font/NanumSquareR.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquareBold';
    font-weight: '700';
    src: url('/font/NanumSquareB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquareExtraBold';
    font-weight: '800';
    src: url('/font/NanumSquareEB.ttf') format('truetype');
}



/* 프리텐다드 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    src: url('/font/Pretendard-Thin.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    src: url('/font/Pretendard-Light.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 350;
    src: url('/font/Pretendard-ExtraLight.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src: url('/font/Pretendard-Regular.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: url('/font/Pretendard-Medium.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    src: url('/font/Pretendard-SemiBold.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: url('/font/Pretendard-Bold.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    src: url('/font/Pretendard-ExtraBold.otf') format('openptye');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    src: url('/font/Pretendard-Black.otf') format('openptye');
}


/* FredokaOne */
@font-face {
    font-family: 'FredokaOne';
    font-weight: 400;
    src: url('/font/FredokaOne-Regular.ttf') format('truetype');
}


/* Baumans */
@font-face {
    font-family: 'Baumans';
    font-weight: 400;
    src: url('/font/Baumans-Regular.ttf') format('truetype');
}