body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #111111;
}
.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.text-gradient {
    background: linear-gradient(to right, #000, #666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
::selection {
    background: #000;
    color: #fff;
}
