@font-face {
  font-family: 'Goorm Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-regular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-regular.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Goorm Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-medium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-medium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-medium.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Goorm Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-bold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-bold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-bold.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GoormSans/goorm-sans-bold.ttf') format('truetype');
}