/* Global CSS for ERPEXTRA Website Features */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

/* Shared Global Settings */
body[data-erp-theme="dark"] {
  background: #080c14;
  color: #f0f4ff;
}
body[data-erp-theme="light"] {
  background: #f8faff;
  color: #0f172a;
}
