@font-face{font-family:'Renoric';src:url('/fonts/Renoric.otf') format('opentype');font-display:swap;}
@font-face{font-family:'RenoricTSRC';src:url('/fonts/RenoricTSRC.otf') format('opentype');font-display:swap;}
:root{
  --font-body:'Inter',system-ui,sans-serif;
  --font-heading:'Renoric',system-ui,sans-serif;
  --bg:#0b121d;
  --surface:#1b222e;
  --surface2:#0a0f17;
  --border:#2a2d3a;
  --accent:#d2b26e;
  --accent2:#e0c068;
  --text:#f8fafd;
  --text-muted:#6f7e94;
  --nav-text:#f8fafd;
  --btn-hover:#b3974d;
  --nav-bg:rgba(8,11,15,0.81);
  --nav-btn-hover:rgba(27,34,46,0.68);
}