/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
	font-family: 'Pretendard-Black';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('./otf/Pretendard-Black.otf') format('opentype'), url('./woff2/Pretendard-Black.woff2') format('woff2'), url('./woff/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-ExtraBold';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('./otf/Pretendard-ExtraBold.otf') format('opentype'), url('./woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('./woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('./otf/Pretendard-Bold.otf') format('opentype'), url('./woff2/Pretendard-Bold.woff2') format('woff2'), url('./woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('./otf/Pretendard-SemiBold.otf') format('opentype'), url('./woff2/Pretendard-SemiBold.woff2') format('woff2'), url('./woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('./otf/Pretendard-Medium.otf') format('opentype'), url('./woff2/Pretendard-Medium.woff2') format('woff2'), url('./woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-Regular';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('./otf/Pretendard-Regular.otf') format('opentype'), url('./woff2/Pretendard-Regular.woff2') format('woff2'), url('./woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-Light';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('./otf/Pretendard-Light.otf') format('opentype'), url('./woff2/Pretendard-Light.woff2') format('woff2'), url('./woff/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-ExtraLight';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('./otf/Pretendard-ExtraLight.otf') format('opentype'), url('./woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('./woff/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard-Thin';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('./otf/Pretendard-Thin.otf') format('opentype'), url('./woff2/Pretendard-Thin.woff2') format('woff2'), url('./woff/Pretendard-Thin.woff') format('woff');
}

:root {
	--font-family-pretendard-black: "Pretendard-Black", Helvetica;
	--font-family-pretendard-extrabold: "Pretendard-ExtraBold", Helvetica;
	--font-family-pretendard-bold: "Pretendard-Bold", Helvetica;
	--font-family-pretendard-semibold: "Pretendard-SemiBold", Helvetica;
	--font-family-pretendard-medium: "Pretendard-Medium", Helvetica;
	--font-family-pretendard-regular: "Pretendard-Regular", Helvetica;
	--font-family-pretendard-light: "Pretendard-Light", Helvetica;
	--font-family-pretendard-extralight: "Pretendard-ExtraLight", Helvetica;
	--font-family-pretendard-thin: "Pretendard-Thin", Helvetica;
}