/* UCVPN Base - 仅处理跨页面一致性，不影响页面内容 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/static/fonts/inter.woff2') format('woff2');
}

body {
    margin: 0;
    padding-top: 64px;
}
