@font-face {
  font-family: 'NotoSansKR', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans KR'), local('NotoSansKR'), url('./NotoSansKR.ttf') format('ttf');
}

@font-face {
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local('Urbanist Light'), local('Urbanist-Light'), url('./Urbanist-Light.ttf') format('ttf');
}
@font-face {
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Urbanist Regular'), local('Urbanist-Regular'), url('./Urbanist-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 500;
  src: local('Urbanist Medium'), local('Urbanist-Medium'), url('./Urbanist-Medium.ttf') format('ttf');
}
@font-face {
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 600;
  src: local('Urbanist SemiBold'), local('Urbanist-SemiBold'), url('./Urbanist-SemiBold.ttf') format('ttf');
}
@font-face {
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local('Urbanist Bold'), local('Urbanist-Bold'), url('./Urbanist-Bold.ttf') format('ttf');
}