/* Shared typography and icon geometry for every backend page. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--font-body:'DM Sans',sans-serif;--font-heading:'Manrope',sans-serif}
body,button,input,select,textarea{font-family:var(--font-body)}
h1,h2,h3,h4,.brand,.admin-brand,.stat-card strong{font-family:var(--font-heading)}
.ui-icon,[data-icon] svg,.theme-icon svg{display:inline-block;width:20px;height:20px;flex-shrink:0;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.side-link>span:first-child,.dashboard-nav-icon,.theme-icon,#theme-icon{display:inline-flex;align-items:center;justify-content:center}
.stat-icon .ui-icon{width:22px;height:22px}
.theme-toggle,.page-theme-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.photo-print span{font-family:var(--font-body);font-style:normal}
