:root {
  /* Colors - Dark Theme (PXG style) */
  --tm-color-bg: #0a0a0a;
  --tm-color-bg-secondary: #1a1a1a;
  --tm-color-text: #ffffff;
  --tm-color-text-muted: #a0a0a0;
  --tm-color-primary: #e6e6e6;
  /* Metallic/Light gray */
  --tm-color-accent: #d32f2f;
  /* Deep red accent */
  --tm-color-border: #333333;

  /* Typography — Noto Sans KR first for Korean priority (matches daewoolife.co.kr) */
  --tm-font-family: "Noto Sans KR", "Segoe UI", Arial, sans-serif;

  /* Transitions */
  --tm-transition-fast: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  --tm-transition-smooth: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  --tm-transition-slow: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);

  /* Spacing */
  --tm-spacing-sm: 0.5rem;
  --tm-spacing-md: 1.5rem;
  --tm-spacing-lg: 3rem;
  --tm-spacing-xl: 6rem;

  /* Layout */
  --tm-max-width: 1400px;
  --tm-header-height: 80px;
}