/* 실제 Gilroy 폰트 - 작동하는 CDN 사용 */
@font-face {
  font-family: 'Gilroy';
  src: url('https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.woff2') format('woff2'),
       url('https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.woff2') format('woff2'),
       url('https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Light weight using GitHub CDN */
@font-face {
  font-family: 'Gilroy';
  src: url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* SemiBold - using Medium as fallback */
@font-face {
  font-family: 'Gilroy';
  src: url('https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.woff2') format('woff2'),
       url('https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}