@font-face{font-family:Editorial;src:url('/manus-storage/editorial_0d7e7e00.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Interface;src:url('/manus-storage/interface_ea6f468e.ttf') format('truetype');font-style:normal;font-weight:400 600;font-display:swap}
:root{
  color-scheme:dark;
  --color-black:#090609;
  --color-surface:#160e18;
  --color-plum:#30152c;
  --color-accent:#aa278e;
  --color-accent-hover:#c03ba2;
  --color-rose:#edb6d8;
  --color-text:#f6eff3;
  --color-muted:#c1afbE;
  --color-copper:#d99577;
  --color-line:rgba(226,170,208,.17);
  --font-editorial:Editorial,'Times New Roman',serif;
  --font-interface:Interface,Arial,sans-serif;
  --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;
  --space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;
  --radius-small:.6rem;--radius-pill:999px;
  --content-width:1200px;
  --ease:cubic-bezier(.22,1,.36,1);
  --duration-fast:180ms;--duration-base:320ms;--duration-entry:850ms;
  --shadow-button:0 4px 24px rgba(163,32,128,.2),inset 0 1px 0 rgba(255,255,255,.16);
}
