
body.ui-style-8 {
  --primary-color: #283593;
}

body {
  font-size: 16px;
  transition: all 0.3s ease;
}

.container {
  max-width: 1200px;
}

a:hover {
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  body { font-size: 14px; }
  .container { padding: 0 15px; }
  h1 { font-size: 24px !important; }
  h2 { font-size: 20px !important; }
}
