:root{

--bg:#050816;

--panel:#0b1226;

--panel-light:#101a36;

--border:rgba(255,255,255,.08);

--text:#edf6ff;

--muted:#8fa4c3;

--cyan:#00e5ff;

--orange:#ff7a30;

--green:#00d084;

--red:#ff5a5a;

--radius:20px;

}

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

html,
body{
height:100%;
}

body{
background:var(--bg);
color:var(--text);
font-family:'Inter',sans-serif;
line-height:1.5;
}

a{
text-decoration:none;
color:inherit;
}

h1,h2,h3,h4,h5{
font-weight:700;
}

p{
color:var(--muted);
}
