/* Wenith official design tokens, sampled from the supplied brandbook. */
:root {
  --wenith-black-satin: #141414;
  --wenith-black: #050505;
  --wenith-wine: #4A000A;
  --wenith-red: #8B0000;
  --wenith-red-deep: #4A000A;
  --wenith-gold: #C7A46A;
  --wenith-gold-light: #DFC28B;
  --wenith-ivory: #ECE4D8;

  --wenith-surface: var(--wenith-black);
  --wenith-surface-raised: color-mix(in srgb, var(--wenith-black-satin) 86%, var(--wenith-wine));
  --wenith-surface-soft: color-mix(in srgb, var(--wenith-black-satin) 74%, var(--wenith-wine));
  --wenith-line: color-mix(in srgb, var(--wenith-ivory) 17%, transparent);
  --wenith-line-gold: color-mix(in srgb, var(--wenith-gold) 48%, transparent);
  --wenith-text: var(--wenith-ivory);
  --wenith-text-muted: color-mix(in srgb, var(--wenith-ivory) 67%, var(--wenith-black));
  --wenith-text-quiet: color-mix(in srgb, var(--wenith-ivory) 47%, var(--wenith-black));
  --wenith-font: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
 * The interface uses Montserrat in weights 200–800. The official logotype
 * remains an image asset and is never reproduced with a generic typeface.
 */
