:root{
    --primary:#4f46e5;
    --dark:#0f172a;
    --glass:rgba(255,255,255,0.7);
    --tgmf-primary-1: #0f172a;
    --tgmf-primary-2: #1e1b4b;
    --tgmf-primary-3: #0b1220;

    --tgmf-accent-1: #4f46e5;
    --tgmf-accent-2: #06b6d4;

    --tgmf-text: #e5e7eb;
}

html{scroll-behavior:smooth;}

body{
    font-family:Segoe UI, sans-serif;
    background:#f6f8ff;
}