/* HanjinGroupSans 폰트 */
@font-face {
  font-family: 'HanjinGroupSans';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/HanjinGroupSans/HanjinGroupSans-Light_A.ttf') format('truetype'),
}
@font-face {
  font-family: 'HanjinGroupSans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/HanjinGroupSans/HanjinGroupSans-Regular_A.ttf') format('truetype'),
}
@font-face {
  font-family: 'HanjinGroupSans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/HanjinGroupSans/HanjinGroupSans-Bold_A.ttf') format('truetype'),
}


/* SBAggroB 폰트 */
@font-face {
  font-family: 'SBAggro';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff'),
       url('../fonts/SBAggro/SBAggroM.ttf') format('truetype'),
       url('../fonts/SBAggro/SBAggroM.otf') format('opentype');
}

/* Paperlogy 폰트 */

@font-face {
  font-family: 'Paperlogy';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/paperlogy/Paperlogy-4Regular.woff2') format('woff2'),
       url('../fonts/paperlogy/Paperlogy-4Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/paperlogy/Paperlogy-5Medium.woff2') format('woff2'),
       url('../fonts/paperlogy/Paperlogy-5Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/paperlogy/Paperlogy-7Bold.woff2') format('woff2'),
       url('../fonts/paperlogy/Paperlogy-7Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/paperlogy/Paperlogy-9Black.woff2') format('woff2'),
       url('../fonts/paperlogy/Paperlogy-9Black.ttf') format('truetype');
  font-display: swap;
}

/* NotoSansKR 폰트 */
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/NotoSansKR/NotoSansKR-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/NotoSansKR/NotoSansKR-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/NotoSansKR/NotoSansKR-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/NotoSansKR/NotoSansKR-Bold.ttf') format('truetype');
}