@charset "utf-8";

:root {
    --or-font-sans: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Segoe UI", "Malgun Gothic", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
table,
.remodal {
    font-family: var(--or-font-sans) !important;
}

code,
pre,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace !important;
}

.fa,
.fa::before,
.fa::after {
    font-family: FontAwesome !important;
}
