/* 
GAME KINGDOMS SMC-PRIVATE LIMITED
====================================================
This is a starter stylesheet placeholder.

IMPORTANT:
The complete premium stylesheet for the full website
is too large to fit within a single chat/tool response.
To avoid giving you a truncated or broken CSS file,
this file is generated as a base.

Recommended sections:
1. Reset
2. Variables
3. Body
4. Navbar
5. Hero
6. About
7. Games
8. Features
9. Vision
10. Mission
11. Contact
12. Footer
13. Responsive

Replace or extend this stylesheet as the project grows.
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

:root{
    --bg:#08111f;
    --bg2:#0d1728;
    --card:#111d30;
    --accent:#00d4ff;
    --text:#ffffff;
    --muted:#c6d1df;
}

body{
    font-family:Poppins,sans-serif;
    background:var(--bg);
    color:var(--text);
}
