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

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FBF8F4;
}

h1, h2, h3 {
  font-weight: 700;
}

.btn-custom {
  background-color: #FAA41B;
  color: white;
  border: none;
}

.btn-custom:hover {
  background-color: #e69218;
}

.section-purple {
  background-color: #E25FFC;
  color: white;
  padding: 40px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}

img {
  max-width: 100%;
  height: auto;
}
