/* Single source of truth. Admin color values override these variables in one :root rule. */
:root {
  --fp-background:#0D1014;--fp-surface:#171B20;--fp-surface-alt:#20252B;
  --fp-text:#F5F0E6;--fp-muted:#B8B0A1;--fp-border:#40382D;
  --fp-accent:#C9A862;--fp-button:#8B6B31;--fp-button-hover:#AE8A47;
  --fp-link:#D9BB7A;--fp-link-hover:#F4D899;
  --fp-font:"IRANSans","IRANSansWeb",Tahoma,Arial,sans-serif;
  --fp-radius:16px;--fp-container:1380px;
}
/* Add licensed IranSans files at assets/fonts/IRANSansWeb.woff2 to enable this face. */
@font-face{font-family:"IRANSans";src:url("../fonts/IRANSansWeb.woff2") format("woff2");font-display:swap;font-style:normal;font-weight:100 900}
