
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800;900&family=Work+Sans:wght@400;500;600;700;800;900&display=swap');
:root {
    --color-primary: #9333ea;
    --color-hover: #a855f7;
    --color-accent: #f3e8ff;
    --color-bg: #faf5ff;
    --font-main: 'Sora', system-ui, sans-serif;
    --font-heading: 'Work Sans', 'Sora', system-ui, sans-serif;
    --border-radius: 0px;
    --card-radius: 8px;
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
body, html { font-family: var(--font-main) !important; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading) !important; }




header a[href*="index"] { min-width: 0; }
header a[href*="index"] > span { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: middle; }
@media (min-width: 1024px) { header a[href*="index"] > span { max-width: 280px; } }

.bg-white, .bg-gray-50, .bg-gray-100 { color: #1f2937; }
