:root {
  --accent: #ea723e;
  --glow: #ff686c;
  --line: color-mix(in srgb, #f0a33a 38%, transparent);
  --button-primary-bg: #ff4000;
  --button-primary-text: #07100b;
  --button-default-bg: #ff4d00;
  --button-default-text: #f4fbff;
  --button-application-bg: #bdf26e;
  --button-application-text: #07100b;
  --button-admin-bg: #bdf26e;
  --button-admin-text: #07100b;
}