:root {
  --dominant-color: #ff5e30;
  --text-color: #000000;
  --primary-accent-color: #1890ff;
  --secondary-accent-color: #faad14;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

body,
p,
a,
span,
div,
label,
input,
select,
textarea,
button {
  font-family: "Montserrat", sans-serif;
}

.elementor-button.elementor-size-lg,
.button.primary {
  background-color: transparent;
  text-decoration: none;
  fill: #ffffff;
  color: #ffffff;
  background-image: linear-gradient(270deg, #ff8a65 0%, #ff5e30 88%);
  border-style: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
}
