body {
  background-color: #f8f9fa;
  font-size: 17px;
}
.header {
  background-color: #4b1e55;
  color: white;
  padding: 1.5rem;
}
.contact-form {
  background-color: #e9e4eb;
  border: 1px solid #4b1e55;
  font-weight: 500;
  padding: 1.5rem;
  border-radius: 5px;
  border-width: 4px;
}
.btn-custom {
  background-color: #4b1e55;
  font-family: Roboto;
  font-weight: 500;
  padding: 8px 5px;
  color: white;
}

body,
p,
a,
ul,
ol,
li,
button,
input,
textarea,
select {
  font-family: "Work Sans", sans-serif;
}

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