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

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

:root {
    --consol-font-sans: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html,
body {
    font-family: var(--consol-font-sans);
    font-weight: 700;
}

button,
input,
select,
textarea,
optgroup,
option {
    font: inherit;
    font-weight: 700 !important;
}

code,
pre,
kbd,
samp {
    font-family: var(--consol-font-sans) !important;
    font-weight: 700;
}
