
@font-face {
    font-family: 'esamanru';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts\esamanru Bold.ttf.ttf') format('truetype');
}



@font-face {
    font-family: 'esamanru';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts\esamanru Light.ttf') format('truetype');
}


@font-face {
    font-family: 'esamanru';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts\esamanru Medium.ttf') format('truetype');
}


/* Pretendard Thin (100) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/Pretendard-Thin.ttf') format('truetype');
}

/* Pretendard ExtraLight (200) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/Pretendard-ExtraLight.ttf') format('truetype');
}

/* Pretendard Light (300) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Pretendard-Light.ttf') format('truetype');
}

/* Pretendard Regular (400) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Pretendard-Regular.ttf') format('truetype');
}

/* Pretendard Medium (500) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/Pretendard-Medium.ttf') format('truetype');
}

/* Pretendard SemiBold (600) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/Pretendard-SemiBold.ttf') format('truetype');
}

/* Pretendard Bold (700) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Pretendard-Bold.ttf') format('truetype');
}

/* Pretendard ExtraBold (800) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/Pretendard-ExtraBold.ttf') format('truetype');
}

/* Pretendard Black (900) */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/Pretendard-Black.ttf') format('truetype');
}


/* GmarketSans Light (300) */
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/GmarketSansTTFLight.ttf') format('truetype');
}

/* GmarketSans Medium (500) */
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/GmarketSansTTFMedium.ttf') format('truetype');
}

/* GmarketSans Bold (700) */
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/GmarketSansTTFBold.ttf') format('truetype');
}