/* GENERAL */
/* VARIABLES */
/* TYPOGRAPHY */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* COLORS */
/* FUNCTIONS */
/* BREAKPOINTS */
/* MIXINS */
.btnf {
  display: inline-block;
  background-color: #2a610a;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}
.btnf:hover {
  background-color: #a7b3a5;
  transform: scale(1.05);
}
.btnf:active {
  transform: scale(0.95);
}

.node-teaser-box {
  border: 1px solid #ececec;
  box-shadow: 0px 1px 3px 0px #e2e1e1;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0px;
}
.node-teaser-box h2 a .field.field--name-name {
  margin-bottom: 0px;
  font-size: 14px;
}
.node-teaser-box .field__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}
.node-teaser-box .field__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
  color: #333333;
}
/*# sourceMappingURL=node--call-for-abstract.css.map */
