@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c6069;
  font-weight: 700;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #fff;
}

p {
  color: #272727;
  font-weight: 300;
}
p.light {
  color: #fff;
}

.layout {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.card-shadow {
  filter: drop-shadow(0px 4px 16px rgba(145, 145, 145, 0.1529411765));
}

input:focus,
textarea:focus {
  outline: none;
}/*# sourceMappingURL=general.css.map */