/*한림고딕체*/
@font-face {
    font-family: 'Hallym';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/hallym/Hallym-Regular.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'Hallym';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/hallym/Hallym-Medium.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'Hallym';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/hallym/Hallym-Bold.ttf') format("truetype");
    font-display: swap;
} 

/* Futura PT */
@font-face {
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 300;
  }
  @font-face {
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 500;
  }
  @font-face {
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 600;
  }
  @font-face {
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 700;
  }
  @font-face {
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 900;
  }

  /* Pretendard */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Pretendard-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Pretendard-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  src: url('../font/Pretendard-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Pretendard-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  src: url('../font/Pretendard-Bold.ttf') format('truetype');
}