body {
    font-family: 'Inter', 'Noto Sans KR', sans-serif;
    scroll-behavior: smooth;
}
.gradient-text {
    background: linear-gradient(135deg, #0064ff 0%, #1e3a8a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mockup-shadow {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
