/* /assets/css/style.css */
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f6f8fa;
  color: #232a34;
}
a { color: #2956e2; text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4 { color:#1836b8; }