/* public/css/style.css */
/* Palette per architecture doc: white / light gray / soft blue */
:root {
  --lp-blue: #4f7cff;
  --lp-gray-bg: #f6f7fb;
}

body {
  background-color: var(--lp-gray-bg);
  font-family: "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
}

.navbar-brand {
  color: var(--lp-blue) !important;
}
