@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden !important;
    font-family: 'Inter', sans-serif !important;
}

.btn-primary {
  border-color: rgb(239, 118, 35) !important;
  background-color: rgb(239, 118, 35) !important;
}

.btn-primary:hover {
  border-color: rgb(188, 92, 27) !important;
  background-color: rgb(188, 92, 27) !important;
}

.btn-outline-primary {
  border-color: rgb(239, 118, 35) !important;
  color: rgb(239, 118, 35) !important;
}

.btn-outline-primary:hover {
  background-color: rgb(239, 118, 35) !important;
  color: rgb(255, 255, 255) !important;
}

.radio-button {
  display: none;
}