:root {
  --navy: #2C3E50;
  --red: #E74C3C;
  --white: #FFFFFF;
  --light-gray: #F8F9FA;
  --medium-gray: #6C757D;
  --border-gray: #DEE2E6;

  --space-xs: 0.5rem;
  --space-s: 1rem;
  --space-m: 1.5rem;
  --space-l: 2rem;
  --space-xl: 3rem;
  --space-xxl: 4rem;
}

body {
  overflow-x: hidden;
}

.btn-apply {
  color: white !important;
}