/* teamgnesda Design Tokens */
:root {
  --tg-coral: #F27066;
  --tg-coral-hover: #D95A50;
  --tg-coral-light: #FEF0EF;
  --tg-dark: #1E1E1E;
  --tg-cream: #F5F0EB;
  --tg-white: #FFFFFF;
  --tg-light: #F8F8F8;
  --tg-border: #E0E0E0;
  --tg-text: #1E1E1E;
  --tg-muted: #6B6B6B;
  --tg-success: #4CAF50;
  --tg-warn: #FF9800;
  --tg-danger: #E53935;

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
  --shadow: 0 4px 16px rgba(0,0,0,.10);
  --shadow-lg: 0 12px 32px rgba(0,0,0,.16);
  --header-h: 60px;
  --sidebar-w: 240px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
