/* GermanPerman Standalone private design variables.
 * Deliberately scoped and namespaced to avoid collisions with GP plugins. */
body.gp-elementor-theme,
body.gp-elementor-editor,
.editor-styles-wrapper {
  --gpst-color-primary:#292d66;
  --gpst-color-primary-strong:#1f2458;
  --gpst-color-surface:#304da0;
  --gpst-color-accent:#f5c33d;
  --gpst-color-success:#7be31d;
  --gpst-color-text:#1f2430;
  --gpst-color-muted:#687182;
  --gpst-color-border:#d9deea;
  --gpst-color-white:#fff;
  --gpst-color-black:#111318;
  --gpst-font-latin:Inter,Arial,Helvetica,sans-serif;
  --gpst-font-persian:Vazirmatn,Tahoma,Arial,sans-serif;
  --gpst-content-width:1200px;
  --gpst-wide-width:1440px;
  --gpst-radius-sm:6px;
  --gpst-radius-md:12px;
  --gpst-radius-lg:20px;
  --gpst-radius-pill:999px;
  --gpst-shadow-sm:0 4px 14px rgb(17 19 24 / 8%);
  --gpst-shadow-md:0 12px 30px rgb(17 19 24 / 14%);
  --gpst-space-1:.25rem;
  --gpst-space-2:.5rem;
  --gpst-space-3:.75rem;
  --gpst-space-4:1rem;
  --gpst-space-5:1.5rem;
  --gpst-space-6:2rem;
  --gpst-space-7:3rem;
  --gpst-space-8:4rem;
  --gpst-transition-fast:160ms ease;
  --gpst-transition-normal:240ms ease;
}
html[lang^="fa"] body.gp-elementor-theme,
html[dir="rtl"] body.gp-elementor-theme,
html[lang^="fa"] body.gp-elementor-editor,
html[dir="rtl"] body.gp-elementor-editor,
html[lang^="fa"] .editor-styles-wrapper,
html[dir="rtl"] .editor-styles-wrapper {
  --gpst-font-current:var(--gpst-font-persian,Vazirmatn,Tahoma,Arial,sans-serif);
}
html:not([lang^="fa"]):not([dir="rtl"]) body.gp-elementor-theme,
html:not([lang^="fa"]):not([dir="rtl"]) body.gp-elementor-editor,
html:not([lang^="fa"]):not([dir="rtl"]) .editor-styles-wrapper {
  --gpst-font-current:var(--gpst-font-latin,Inter,Arial,Helvetica,sans-serif);
}
