:root {
  --opc-color-bg: #0a1628;
  --opc-color-accent: #c9a962;
  --opc-color-text: #f8f9fb;
  --opc-color-muted: rgba(248, 249, 251, 0.65);
  --opc-font-sans: 'Noto Sans SC', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --opc-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --opc-font-vip: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --opc-radius-sm: 6px;
  --opc-radius-md: 12px;
  --opc-space-xs: 8px;
  --opc-space-sm: 16px;
  --opc-space-md: 24px;
  --opc-space-lg: 40px;
  --opc-max-width: 1100px;
  --opc-transition: 0.2s ease;
}
