/* Andalus Offers shared shell V54.
 * This is the exact global base used by the live offers page before the shared
 * header assets. Both the offers home and installment campaign load this file,
 * so the header inherits the same font, box model, link reset, image reset,
 * body background and line-height on both routes.
 */
:root{
  --bg:#f7f5f2;
  --paper:#fff;
  --paper2:#f5f3f0;
  --ink:#17151c;
  --muted:#6f6972;
  --brand:#2d2a35;
  --brand2:#494550;
  --gold:#a89f96;
  --gold2:#d6cfc8;
  --wa:#2d2a35;
  --danger:#2d2a35;
  --line:rgba(45,42,53,.14);
  --shadow:0 22px 60px rgba(23,21,28,.12);
  --shadow2:0 12px 32px rgba(23,21,28,.07);
  --wrap:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Tajawal',Arial,sans-serif;
  color:var(--ink);
  background:radial-gradient(circle at top right,#fff 0,#faf9f7 42%,#f3f0ec 100%);
  line-height:1.75;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea{font-family:inherit}
