@font-face {
  font-family: "DG Heaven";
  src: url("../fonts/ArbFONTS-DG-Heaven-Bold.f3e2c1fed3fd.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  line-height: 80px;
}
@font-face {
  font-family: "Avenir Arabic";
  src: url("../fonts/AvenirRegular.77ce85fec67e.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --bg-body: #fff8e9;
  --bg-soft: #fdf5e6;
  --accent: #ffb000;
  --accent-dark: #ff7a00;
  --accent-light: #ffe3a3;
  --text-main: #141414;
  --text-muted: #6b7280;
  --border-soft: #e5e7eb;
  --radius-lg: 20px;
  --shadow-card: 0 18px 40px rgba(15, 23, 42, 0.15);
  --bg: #F6F2EC;
  --card: #ffffff;
  --muted: #7a7a7a;
  --line: #eeeeee;
  --left-panel: #F3EAD7;
  --btn-grad: linear-gradient(90deg,#FFB400 0%, #E30613 100%);
  --hero-bg: linear-gradient(135deg,#fff8e9 0%,#fdf0e0 100%);
  --badge-bg: #ffffff;

  /* Fonts */
  --font-main: "DG Heaven", system-ui, sans-serif;
  --app-font: "Avenir Arabic", sans-serif;
}

[data-theme="dark"] {
  --bg-body: #0f0f0f;
  --bg-soft: #1a1a1a;
  --accent-light: #6b4e00;
  --accent-dark: #FFB400;
  --text-main: #f0ece4;
  --text-muted: #9ca3af;
  --border-soft: #2e2e2e;
  --bg: #0f0f0f;
  --card: #1a1a1a;
  --muted: #9ca3af;
  --line: #2e2e2e;
  --left-panel: #1f1b13;
  --hero-bg: linear-gradient(135deg,#1f1b13 0%,#161210 100%);
  --badge-bg: #1f1b13;
}
