:root {
  --primary-color: #1a2a3a;
  --secondary-color: #ffcc00;
  --text-color: #333333;
  --text-color-light: #ffffff;
  --background-light: #f5f5f5;
  --background-dark: #1a2a3a;
  --border-color: #e0e0e0;
}

.page-support {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: #f8f8f8;
}

.page-support strong {
  color: var(--primary-color);
}