@font-face { font-family: "Montserrat ExtraBold"; src: url("/fonts/Montserrat-ExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; font-display: block; }
@font-face { font-family: "Montserrat Medium"; src: url("/fonts/Montserrat-Medium.woff") format("woff"); font-weight: 500; font-style: normal; font-display: block; }

:root { color-scheme: light dark; --ink: #111; --muted: #777; --line: #ddd; --page-bg: #fff; --page-ink: #111; }
@media (prefers-color-scheme: dark) { :root { --ink: #fff; --muted: #aaa; --line: #333; --page-bg: #000; --page-ink: #fff; } }

*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body { background: var(--page-bg); color: var(--ink); font-family: NanumSquare, "Nanum Square", Arial, sans-serif; }
a { color: inherit; }
