/* Self-hosted open fonts: visitors do not need these fonts installed. */
@font-face {
    font-family: "Pretendard Web";
    src: url("../fonts/PretendardVariable.woff2") format("woff2");
    font-style: normal;
    font-weight: 45 920;
    font-display: swap;
}

@font-face {
    font-family: "Maru Buri Web";
    src: url("../fonts/MaruBuri-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Maru Buri Web";
    src: url("../fonts/MaruBuri-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --font-sans: "Pretendard Web", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    --font-serif: "Maru Buri Web", "Noto Serif KR", "Batang", serif;
}
