@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paper';
    src: url('../fonts/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: inherit;
}

[style*="font-family: 'Paper'"],
.paper-1, .paper-2, .paper-3, .paper-4, .paper-5,
.paper-6, .paper-7, .paper-8, .paper-9,
.paper-thin, .paper-extralight, .paper-light, .paper-regular,
.paper-medium, .paper-semibold, .paper-bold, .paper-extrabold, .paper-black {
    letter-spacing: 0.02em;
}

.paper-1, .paper-thin { font-family: 'Paper', sans-serif; font-weight: 100; letter-spacing: 0.03em; }
.paper-2, .paper-extralight { font-family: 'Paper', sans-serif; font-weight: 200; letter-spacing: 0.025em; }
.paper-3, .paper-light { font-family: 'Paper', sans-serif; font-weight: 300; letter-spacing: 0.025em; }
.paper-4, .paper-regular { font-family: 'Paper', sans-serif; font-weight: 400; letter-spacing: 0.02em; }
.paper-5, .paper-medium { font-family: 'Paper', sans-serif; font-weight: 500; letter-spacing: 0.018em; }
.paper-6, .paper-semibold { font-family: 'Paper', sans-serif; font-weight: 600; letter-spacing: 0.015em; }
.paper-7, .paper-bold { font-family: 'Paper', sans-serif; font-weight: 700; letter-spacing: 0.015em; }
.paper-8, .paper-extrabold { font-family: 'Paper', sans-serif; font-weight: 800; letter-spacing: 0.012em; }
.paper-9, .paper-black { font-family: 'Paper', sans-serif; font-weight: 900; letter-spacing: 0.01em; }

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
}

.navbar, .navbar * {
    font-family: 'Noto Sans KR', -apple-system, sans-serif !important;
}