/*
Theme Name: Emperatoor Store
Theme URI: https://emperatoor-store.ir
Author: Emperatoor Store
Description: قالب اختصاصی فروشگاه و نصب بازی امپراتور استور
Version: 0.1
Text Domain: emperatoor
*/

:root{
  --bg: #060911;
  --bg-elevated: #0d1420;
  --bg-card: #0f1626;
  --border: #1b2537;
  --text: #f5f6fa;
  --text-muted: #8991a4;
  --accent: #2457f5;
  --accent-bright: #3f6bff;
  --success: #22c55e;
  --radius: 16px;
}

*{box-sizing:border-box;}
body{
  font-family:'Vazirmatn', sans-serif;
  background:var(--bg);
  color:var(--text);
  direction:rtl;
  margin:0;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
