/*
Theme Name: Pritn
Theme URI: https://pritn.ir
Author: Pritn
Description: Application theme for the Pritn printing platform. Business logic lives in Pritn Core.
Version: 0.8.0
Text Domain: pritn
Requires PHP: 8.0
*/

:root { --pritn-content-width: 1200px; }
* { box-sizing: border-box; }
body { margin: 0; font-family: Tahoma, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; direction: rtl; background:#f6f7f9; color:#171a1f; }
a { color: inherit; }
.pritn-shell { width: min(100% - 32px, var(--pritn-content-width)); margin-inline: auto; }
