@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

/* Base Font Setting */
body { 
    font-family: 'Noto Sans TC', sans-serif; 
}

/* Custom Utilities */
.gradient-text {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-bg {
    background-color: #0f172a;
    background-image: radial-gradient(#1e293b 1px, transparent 1px);
    background-size: 30px 30px;
}

.blob {
    position: absolute;
    filter: blur(80px);
    opacity: 0.4;
    z-index: 0;
}