@font-face {
  font-family: 'Estedad';
  src: url('fonts/estedad.woff2') format('woff-variations'),
  url('fonts/estedad.woff2') format('woff');
    font-weight: 100 1000;
  font-display: fallback;
}
h1, h2, h3, h4, h5, h6,
p,
a,label,legend,li,
div,body {
  font-family: Estedad, tahoma !important;
}
.hero-style {
    background: radial-gradient(circle at 92% 8%, rgba(0, 210, 184, .2), transparent 42%), radial-gradient(circle at 4% 96%, rgba(255, 61, 129, .18), transparent 42%), #f6f4fc;
}
.section-eyebrow {
    display: inline-block;
    font-size: .82rem;
    font-weight: 700;
    color: #6425c6;
    background: rgba(100,37,190,.14);
    padding: .35rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}