@charset "utf-8";

/* Pretendard  */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: local("Pretendard-Thin"),
       url("/fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-Thin.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: local("Pretendard-ExtraLight"),
       url("/fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: local("Pretendard-Light"),
       url("/fonts/Pretendard/Pretendard-Light.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: local("Pretendard-Regular"),
       url("/fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: local("Pretendard-Medium"),
       url("/fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: local("Pretendard-SemiBold"),
       url("/fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: local("Pretendard-Bold"),
       url("/fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 900;
  src: local("Pretendard-ExtraBold"),
       url("/fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"),
       url("/fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
  font-display: swap;
}



/* SB 어그로 */
@font-face {
    font-family: 'SB Aggro';
    src: url(/fonts/SBAggro/SBAggroL.woff) format('woff'),
        url(/fonts/SBAggro/SBAggroL.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SB Aggro';
    src: url(/fonts/SBAggro/SBAggroM.woff) format('woff'),
        url(/fonts/SBAggro/SBAggroM.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SB Aggro';
    src: url(/fonts/SBAggro/SBAggroB.woff) format('woff'),
        url(/fonts/SBAggro/SBAggroB.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}