/* EPC Delivery — studio brand overrides.
   Activate by importing this file in the Payload-generated admin layout:
   src/app/(payload)/layout.tsx  ->  import '../../styles/admin.css'
   (see DEPLOY-cpanel.md §Brand). */
:root {
  --theme-elevation-0: #0E0F13;
  --theme-elevation-1000: #0E0F13;
  --theme-bg: #0F1A33;            /* EPCO ink */
  --theme-text: #F5F4F1;
  --theme-success-500: #FFC244;   /* signature yellow */
  --theme-success-600: #E0A026;
  --color-success-500: #FFC244;
}
/* primary actions in EPCO yellow on ink */
.btn--style-primary {
  background: #FFC244 !important;
  color: #0F1A33 !important;
  border-color: #FFC244 !important;
}
.btn--style-primary:hover { background: #E0A026 !important; }
/* cyan accents for links/active nav */
a, .nav__link--active { color: #00C2E8; }
