/*
 * Ewings skin -- based on ewings.ae brand colours
 *
 * Activate with UI_SKIN=ewings in .env
 */
:root {
  /* Primary brand */
  --brand-logo: url('/img/ewings-logo.png');
  --brand-name: 'EWings';

  --color-primary: #F55A03;
  --color-primary-hover: #8A3A09;
  --color-accent: #462713;
  --gradient-primary: linear-gradient(135deg, #F55A03 0%, #8A3A09 100%);

  /* Focus / interaction rings */
  --color-focus-ring: rgba(245, 90, 3, 0.1);
  --color-focus-ring-strong: rgba(245, 90, 3, 0.4);
  --color-hover-border: rgba(245, 90, 3, 0.2);
}
