:root {
  --app-background: #f5f7fa;
  --card-background: #ffffff;
  --text-primary: #073763;
  --text-secondary: #5f6f82;
  --border-color: #d9e1e8;

  --action-primary: #003f73;
  --action-primary-hover: #002d52;

  --action-secondary: #005b9f;
  --action-secondary-hover: #003f73;
  --action-secondary-background-hover: #eaf2f9;

  --error-color: #d13212;
  --success-color: #0d8050;
  --warning-color: #f2c500;
  
  --font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  --ups-blue: #003f73;
  --ups-blue-soft: #e9f0f7;
  --ups-yellow: #f2c500;
}
