@tailwind base;
@tailwind components;
@tailwind utilities;

.inter-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2f3137;
}

input::placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #636569;
  opacity: 1;
}

input::-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #636569;
  opacity: 1;
}

.inter-medium {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.inter {
  font-family: 'Inter', sans-serif;
}
