/*
 * 272 CMS WEB FONTS
 * Public UI/body/heading/brand and administrator typography can be configured independently.
 * Code areas can switch between JetBrains Mono and the operating-system mono stack.
 */
@font-face {
    font-family: "GMarketSans";
    src: local("Gmarket Sans Light"), local("GmarketSansLight"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "GMarketSans";
    src: local("Gmarket Sans Medium"), local("GmarketSansMedium"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "GMarketSans";
    src: local("Gmarket Sans Bold"), local("GmarketSansBold"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Cafe24Surround";
    src: local("Cafe24 써라운드"), local("Cafe24Surround"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}


@font-face {
    font-family: "JetBrainsMonoCMS";
    src: url("https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono@1.0.6/web/woff2/JetBrainsMono-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "JetBrainsMonoCMS";
    src: url("https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono@1.0.6/web/woff2/JetBrainsMono-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
