:root {
    --theme-name: "default";
    --bg: #0b141c;
    --bg2: rgba(14, 23, 31, 0.88);
    --bg3: rgba(18, 30, 41, 0.86);
    --bg4: rgba(255,255,255,0.04);
    --bg5: rgba(255,255,255,0.02);
    --panel: rgba(14, 23, 31, 0.82);
    --accent: #d4af37;
    --accent-glow: rgba(212,175,55,0.12);
    --accent2: #b99563;
    --text: #f5f1e8;
    --text2: #c7d0d9;
    --muted: #92a1b2;
    --border: rgba(255,255,255,0.08);
    --border-accent: rgba(212,175,55,0.28);
    --success: #67d091;
    --danger: #e05c5c;
    --warning: #e0a840;
    --info: #60c0ff;
    --shadow: 0 24px 80px rgba(0,0,0,0.35);
    --body-bg-start: #091118;
    --body-bg-end: #0a1218;
}

body,
button,
input,
textarea,
select {
    font-family: 'Lexend', sans-serif;
}
