/* Galich Tools core tokens plus legacy extracted non-home footer layer. */

:root {
  --gt-bg: #f6f7fa;
  --gt-card: #ffffff;
  --gt-text: #111827;
  --gt-muted: #6b7280;
  --gt-line: #e5e7eb;
  --gt-soft: #f8fafc;
  --gt-orange: #ff6a00;
  --gt-orange-hover: #e85f00;
  --gt-orange-soft: #fff3e6;
  --gt-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  --gt-shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.05);
  --gt-radius: 16px;
}

html,
body {
  background: var(--gt-bg);
  color: var(--gt-text);
  overflow-x: hidden;
}

body {
  letter-spacing: 0;
}

.app,
.main,
.page-homepage .main {
  background: var(--gt-bg);
}

.container-fluid {
  max-width: 1440px;
}
