/* CSS variables for the SmartFreight UA theme */
:root {
  /* Основна колірна схема */
  --primary: #2F5BEA;
  --primary-dark: #3157D5;
  --dark: #111B3D;
  --accent: #FFD429;
  --bg: #F5F7FC;
  --surface: #FFFFFF;
  --border: #E1E8F5;
  --text-muted: #6B7A99;
  --success: #1BA672;
  --danger: #E5484D;
  --warning: #F5A524;
  /* Текстові та допоміжні */
  --text: var(--dark);
  --font-family-base: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --font-size-base: 16px;
  /* Інші */
  --shadow-soft: 0 2px 4px rgba(17, 27, 61, 0.1);
  /* Base corner radius used throughout cards and inputs. Increased for a softer look. */
  --radius-base: 20px;
}