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

@font-face {
    font-family: "Paperlogy 6 SemiBold";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../../fonts/paperlogy/Paperlogy-6SemiBold.ttf") format("truetype");
}

:root {
    --coopwms-font-sans: "Pretendard Variable", 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,
form,
fieldset,
legend,
button,
input,
textarea,
select,
option,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
div,
span,
p,
a,
label,
ul,
ol,
li,
dl,
dt,
dd,
pre,
code,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.slickgrid-container,
.slick-header-column,
.slick-cell,
.slick-row,
.select2-container,
.tooltip,
.popover {
    font-family: var(--coopwms-font-sans) !important;
    letter-spacing: 0;
}

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table,
th,
td,
input,
.slick-header-column,
.slick-cell {
    font-variant-numeric: tabular-nums;
}

.wms-app-brand-text {
    font-family: "Paperlogy 6 SemiBold", var(--coopwms-font-sans) !important;
    font-weight: 600;
}

.wms-public-footer-brand {
    font-family: "Paperlogy 6 SemiBold", var(--coopwms-font-sans) !important;
    font-weight: 600;
}
