

@font-face {
    font-family: "Outfit";
	font-style: normal;
	font-weight:300;
    src: url('/public/font/Outfit-Light.ttf');
}

@font-face {
    font-family: "Outfit";
	font-style: normal;
	font-weight:400;
    src: url('/public/font/Outfit-Regular.ttf');
}

@font-face {
    font-family: "Outfit";
	font-style: normal;
	font-weight:500;
    src: url('/public/font/Outfit-Medium.ttf');
}

@font-face {
    font-family: "Outfit";
	font-style: normal;
	font-weight:600;
    src: url('/public/font/Outfit-SemiBold.ttf');
}


@font-face {
    font-family: "Outfit";
	font-style: normal;
	font-weight:700;
    src: url('/public/font/Outfit-Bold.ttf');
}

@font-face {
    font-family: "Outfit";
	font-style: normal;
	font-weight:800;
    src: url('/public/font/Outfit-Bold.ttf');
}



@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(/public/font/Pretendard-Bold.subset.woff2) format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(/public/font/Pretendard-SemiBold.subset.woff2) format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(/public/font/Pretendard-Medium.subset.woff2) format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(/public/font/Pretendard-Regular.subset.woff2) format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(/public/font/Pretendard-Light.subset.woff2) format('woff2');
}



/* @font-face { */
    /* font-family: "Pretendard-Light"; */
	/* font-style: normal; */
	/* font-weight:300; */
    /* src: url('/public/font/Pretendard-Light.woff2'); */
/* } */

/* @font-face { */
    /* font-family: "Pretendard"; */
	/* font-style: normal; */
	/* font-weight:400; */
    /* src: url('/public/font/Pretendard-Regular.woff2'); */
/* } */

/* @font-face { */
    /* font-family: "Pretendard-Medium"; */
	/* font-style: normal; */
	/* font-weight:500; */
    /* src: url('/public/font/Pretendard-Medium.woff2'); */
/* } */

/* @font-face { */
    /* font-family: "Pretendard-SemiBold"; */
	/* font-style: normal; */
	/* font-weight:600; */
    /* src: url('/public/font/Pretendard-SemiBold.woff2'); */
/* } */

/* @font-face { */
    /* font-family: "Pretendard-Bold"; */
	/* font-style: normal; */
	/* font-weight:700; */
    /* src: url('/public/font/Pretendard-Bold.woff2'); */
/* } */