:root {
  --g-red: #d61f26;
  --g-red-hover: #b8181f;
  --g-red-soft: #fff1f2;

  --g-druga: #C2A36B;
  
  --g-black: #121316;
  --g-black-2: #1b1d21;
  --g-black-3: #2a2d33;

  --g-white: #ffffff;
  --g-bg: #f3f4f6;
  --g-surface: #ffffff;
  --g-surface-2: #f8f9fb;
  --g-surface-3: #f8f9fb00;
  --g-border: #e5e7eb;
  --g-border-strong: #d1d5db;

  --g-text: #17181c;
  --g-text-soft: #6b7280;
  --g-text-faint: #9ca3af;

  --g-success: #16a34a;
  --g-warning: #f59e0b;
  --g-danger: #d61f26;

  --g-shadow-sm: 0 2px 10px rgba(15, 23, 42, 0.05);
  --g-shadow-md: 0 10px 28px rgba(15, 23, 42, 0.08);
  --g-shadow-lg: 0 18px 40px rgba(15, 23, 42, 0.12);

  --g-radius-sm: 10px;
  --g-radius-md: 14px;
  --g-radius-lg: 18px;
  --g-radius-xl: 24px;
  --g-radius-pill: 999px;

  --g-input-h: 46px;
  --g-btn-h: 44px;
  --g-sidebar-item-h: 46px;

  --g-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  --g-transition: 0.2s ease;
}