.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, span, p, a {
  font-family: "Open Sans", sans-serif;
}

h1 {
  color: var(--golfo-title-color);
  leading-trim: both;
  text-edge: cap;
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: -0.84px;
}
h1 b {
  font-weight: 700;
}

h2 {
  color: var(--golfo-base-text-color);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: -0.84px;
  margin-bottom: 20px;
}
h2 b {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.84px;
}

p {
  color: var(--golfo-base-text-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.36px;
}

.text-big {
  color: #1E1E1E;
  leading-trim: both;
  text-edge: cap;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 145% */
  letter-spacing: -0.6px;
}/*# sourceMappingURL=typograph.css.map */