/* fonts */
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: url("/cm/fonts/pretendard/Pretendard-SemiBold.woff") format(‘woff’),
  	url("/cm/fonts/pretendard/Pretendard-SemiBold.woff2") format(‘woff2’);
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url("/cm/fonts/pretendard/Pretendard-Medium.woff") format(‘woff’),
  	url("/cm/fonts/pretendard/Pretendard-Medium.woff2") format(‘woff2’);
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url("/cm/fonts/pretendard/Pretendard-Regular.woff") format(‘woff’), 
  	url("/cm/fonts/pretendard/Pretendard-Regular.woff2") format(‘woff2’);
}

/* OK */
@font-face {
  font-family: "Ok";
  font-weight: 300;
  font-display: swap;
  src: url("/cm/fonts/ok/OK-Light.woff") format("woff"),
  	url("/cm/fonts/ok/OK-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Ok";
  font-weight: 500;
  font-display: swap;
  src: url("/cm/fonts/ok/OK-Medium.woff") format("woff"),
  	url("/cm/fonts/ok/OK-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Ok";
  font-weight: 700;
  font-display: swap;
  src: url("/cm/fonts/ok/OK-Bold.woff") format("woff"), 
  	url("/cm/fonts/ok/OK-Bold.woff2") format("woff2");
}
