@charset "utf-8";

/* 노토산스 */
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSans/NotoSans-Bold.woff") format('woff'), /* Modern Browsers */
    url("./font/NotoSans/NotoSans-Bold.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSans/NotoSans-Medium.woff") format('woff'), /* Modern Browsers */
    url("./font/NotoSans/NotoSans-Medium.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSans/NotoSans-Regular.woff") format('woff'), /* Modern Browsers */
    url("./font/NotoSans/NotoSans-Regular.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: url("./font/NotoSans/NotoSans-Light.woff") format('woff'), /* Modern Browsers */
    url("./font/NotoSans/NotoSans-Light.woff2") format("woff2"); /* Modern Browsers */
}


/* g마켓 산스 */
@font-face {
    font-family: 'GmarketSans';
    src: url('./font/Gmarket/GmarketSansMedium.woff') format('woff'),
	url('./font/Gmarket/GmarketSansMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/Gmarket/GmarketSansBold.woff') format('woff'),
	url('./font/Gmarket/GmarketSansBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
