
/*
Theme Name: DubaiOS
Theme URI: https://example.com
Author: OpenAI
Description: Mobile-first Dubai travel & business super-app WordPress theme.
Version: 1.0
*/

:root{
  --bg-primary:#0B0F14;
  --bg-secondary:#121821;
  --accent-gold:#D4AF37;
  --accent-emerald:#00C896;
  --text-primary:#FFFFFF;
  --text-secondary:#94A3B8;
  --radius-lg:28px;
}

body{
  margin:0;
  background:var(--bg-primary);
  color:var(--text-primary);
  font-family:Inter, sans-serif;
}

a{
  color:inherit;
  text-decoration:none;
}
