
/* Premium header alpha colors for frosted glass */
:root {
  --color-bg:        #f8f5f0;
  --color-bg-alt:    #ede8e0;
  --color-bg-solid:  #f8f5f0;
  --color-bg-alpha:  rgba(248, 245, 240, 0.88);
  --color-text:      #1c1814;
  --color-text-muted:#72665a;
  --color-border:    #ddd5c8;
}
