/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard
SIL Open Font License, Version 1.1 — http://scripts.sil.org/OFL

Self-hosted subset (KR + Latin essentials) for dontworryM.
Static weights 400 / 700 / 900 cover all usages in the app.
*/

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard-regular.subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard-bold.subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard-black.subset.woff2') format('woff2');
}

/* Alias for 'Pretendard Variable' so CSS using either family works. */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard-regular.subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard-bold.subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard-black.subset.woff2') format('woff2');
}
