/* Prayista Foundation brand overrides layered on top of the Prayista LLC design tokens. */
:root{
  --color-primary:#C4622C;
  --color-primary-strong:#9E4A1E;
  --color-primary-soft:#FBE4D2;
  --color-secondary:#3F7A4E;
  --color-secondary-soft:#DCEEDF;
  --color-bg:#FBF7F0;
  --color-surface:#FFFFFF;
  --color-surface-raised:#FFFCF7;
  --text-primary:#2B1D14;
  --text-secondary:#6E5F52;
  --text-tertiary:#A3948A;
  --text-on-primary:#FFF8F0;
  --divider:rgba(43,29,20,0.09);
  --divider-strong:rgba(43,29,20,0.16);
  --glass-fill-strong:rgba(255,253,247,0.82);
  --shadow-color:43,29,20;
}
[data-theme="dark"]{
  --color-primary:#FF9A5C;
  --color-primary-strong:#FFB080;
  --color-primary-soft:#3A2314;
  --color-secondary:#6FCB8A;
  --color-secondary-soft:#16301F;
  --color-bg:#171009;
  --color-surface:#211710;
  --color-surface-raised:#2A1E15;
  --text-primary:#F5ECE1;
  --text-secondary:#C2AC9B;
  --text-tertiary:#8B7A6C;
  --text-on-primary:#1B0E06;
  --divider:rgba(255,255,255,0.08);
  --divider-strong:rgba(255,255,255,0.14);
  --glass-fill-strong:rgba(33,23,16,0.82);
  --shadow-color:0,0,0;
}
