:root{
  --ap-primary:#0F2747;
  --ap-secondary:#6E1F28;
  --ap-accent:#C8A96B;
  --ap-bg:#F8F7F4;
  --ap-text:#222222;
  --ap-muted:#667085;
  --ap-border:rgba(15,39,71,.12);
  --ap-shadow:0 10px 30px rgba(15,39,71,.10);
  --ap-radius:16px;
}

html, body{
  background:var(--ap-bg);
  color:var(--ap-text);
}

a{
  color:inherit;
}

