/* Kakao Small Sans */
@font-face {
  font-family: 'Kakao Small Sans';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/kakao/KakaoSmallSans-Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Kakao Small Sans';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/kakao/KakaoSmallSans-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Kakao Small Sans';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/kakao/KakaoSmallSans-Bold.woff2') format('woff2');
  font-display: swap;
}

/* Kakao Big Sans */
@font-face {
  font-family: 'Kakao Big Sans';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/kakao/KakaoBigSans-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Kakao Big Sans';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/kakao/KakaoBigSans-Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Kakao Big Sans';
  font-weight: 800;
  font-style: normal;
  src: url('/fonts/kakao/KakaoBigSans-ExtraBold.woff2') format('woff2');
  font-display: swap;
}

/* Font Classes */
.font-kakao-small {
  font-family: 'Kakao Small Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.font-kakao-big {
  font-family: 'Kakao Big Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.font-system {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}