:root {
  --blue: #A71930;
  --blue-bright: #A71930;
  --blue-dim: color-mix(in srgb, #A71930 18%, transparent);
  --blue-glow: color-mix(in srgb, #A71930 28%, transparent);
  --green: #D6A84B;
  --green-bright: #D6A84B;
  --green-dim: color-mix(in srgb, #D6A84B 14%, transparent);
  --green-glow: color-mix(in srgb, #D6A84B 22%, transparent);
  --yellow: #FFFFFF;
  --yellow-dim: color-mix(in srgb, #FFFFFF 14%, transparent);
  --border-hi: color-mix(in srgb, #A71930 32%, transparent);
  --border-green: color-mix(in srgb, #D6A84B 28%, transparent);
}
