html { overflow-y: scroll; }
@font-face {
font-family: 'SUIT'; font-weight: 400; font-style: normal; font-display: swap;
src: url(/app/fonts/suit-400-v1.woff2) format('woff2');
}
@font-face {
font-family: 'SUIT'; font-weight: 600; font-style: normal; font-display: swap;
src: url(/app/fonts/suit-600-v1.woff2) format('woff2');
}
@font-face {
font-family: 'Source Code Pro'; font-weight: 400; font-style: normal; font-display: swap;
src: url(/app/fonts/source-code-pro-400-v1.woff2) format('woff2');
}
:root {
--font-ui: 'SUIT', -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
--font-mono: 'Source Code Pro', ui-monospace, SFMono-Regular, Menlo, monospace;
}
.wordmark {
font-family: var(--font-mono, ui-monospace, monospace);
font-size: .85rem;
color: var(--dim, #6b727d);
font-weight: 400;
}
.wordmark b { font-weight: 600; color: var(--fg, #111418); letter-spacing: .12em; }
.wordmark b i, .wordmark .dot { font-style: normal; color: var(--accent, #0b5fff); }
.wordmark span { letter-spacing: .12em; margin-left: .5em; }
