/* Custom Global Styles for 域名查查查 */

body {
    font-family: 'Noto Sans', 'Noto Sans SC', sans-serif;
    background-color: #F3F4F7;
    color: #181C21;
}

/* Custom scrollbar for matrix look */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #F3F4F7;
}
::-webkit-scrollbar-thumb {
    background: #DDE2E8;
}
::-webkit-scrollbar-thumb:hover {
    background: #0052D9;
}

/* Ensure right alignment in matrix rows */
.tabular-nums {
    font-variant-numeric: tabular-nums;
}
