/* Design tokens — synced from Figma variables. Do not hardcode hex/spacing elsewhere; use var(--…). */
/* ===== Gamtos ateitis — design system (tokens extracted from Figma) ===== */
:root {
  --bg: #f0f9f6;
  --surface: #ffffff;
  --border: #e9e9e9;
  --border-soft: #e9e9e9;
  --text: #201f23;
  --text-muted: #898b94;
  --navy: #004e7c;
  --navy-strong: #013a5e;
  --green: #82bf9e;
  --green-700: #6fae8c;
  --yellow: #ffd21e;
  --orange: #ff5c31;
  --orange-soft: #ff7a54;
  --red: #ff5c31;

  --radius: 8px;
  --radius-sm: 4px;
  --radius-lg: 14px;
  --field-h: 46px;
  --shadow-card: 0 10px 30px rgba(16, 40, 66, 0.06);
  --shadow-soft: 0 2px 8px rgba(16, 40, 66, 0.04);
  --font: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
