@font-face {
  font-family: 'Avara';
  src: url('./fonts/Avara-BoldItalic.otf');
}

@font-face {
  font-family: 'Geist';
  src: url('./fonts/Merriweather-Regular.ttf');
}

@font-face {
  font-family: 'Ornaments';
  src: url('./fonts/BodoniOrnaments.ttf');
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Geist', sans-serif;
  padding: 40px 0;
  background: #f8f7f8;
  font-size: 17px;
}

section {
  padding: 40px 20px 0 20px;
}

.body {
  background: white;
  border-top: 4px solid rgb(228, 221, 209);
}

.button {
  background: #c93dde;
  color: white;
  border: 3px solid #9020b0;
  padding: 12px 24px;
  font-size: 1em;
  font-weight: 700;
  font-family: 'Geist', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 0;
  box-shadow: 4px 4px 0px #9020b0;
  transform: translateY(0);
  transition: all 0.1s ease;
  display: block;
  /* margin: 20px auto; */
  margin: 40px 0;
  text-decoration: none;
  text-align: center;
  width: fit-content;
}

.button:visited {
  color: white;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.button:hover {
  background: #e040ff;
  box-shadow: 6px 6px 0px #9020b0;
  transform: translateY(-2px) translateX(-2px);
}

.callout {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  max-width: 65ch;
  color: #36454f;
  border: 1px solid;
  border-radius: 5px;
  border-color: #0dcaf0;
  background-color: #f3fcfe;
  position: relative;
  overflow: hidden;
}

.button:active {
  background: #9020b0;
  box-shadow: 2px 2px 0px #9020b0;
  transform: translateY(2px) translateX(2px);
  transition: all 0.05s ease;
}

a,
a:visited {
  color: black;
}

p {
  line-height: 1.6
}

p.hero-text {
  font-size: 1.3em;
}

.highlight {
  background: rgb(246, 255, 84);
  font-style: italic;
  padding: 0 3px;
}

h1, h2 {
  font-family: 'Avara', sans-serif;
  font-weight: bold;
  color: #c93dde;
  margin: 30px 0;
}

h1 {
  letter-spacing: -4px;
  margin-left: -20px;
  font-size: 80px;
}

h2 {
  margin-top: 50px;
  margin-left: -10px;
  /* text-align: center; */
}

h3 {
  text-decoration: underline;
  margin-top: 40px;
}

li {
  margin: 1em 0;
}

/* h2::before,
h2::after {
  content: '©';
  font-family: 'Ornaments';
  margin: 0 20px;
} */

.page {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

.airtable-embed {
  margin-top: 50px;
}

.luma-checkout--button:visited {
  color: white;
}

.logo {
  width: 250px;
  margin-top: 40px;
}

ul.talks {
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  h1 {
    letter-spacing: -4px;
    margin-left: -10px;
    font-size: 60px;
  }
}
