@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700;900&family=Inter:wght@300;400;600;700&display=swap');

:root {
    --konkell-orange: #FF6200;
    --konkell-dark: #0c0e0e;
    --konkell-green: #0a2e1f;
}

body {
    background-color: var(--konkell-dark);
    color: #e2e2e2;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .font-display {
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* 隐藏滚动条但保留滚动功能 (用于移动端分类滑动) */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
